Add --verbose to git-archive

And teach backends about it.

Signed-off-by: Junio C Hamano <junkio@cox.net>
(cherry picked from 9e2c44a2893ae90944a0b7c9f40a9d22b759b5c0 commit)
This commit is contained in:
Junio C Hamano
2006-09-09 22:42:02 -07:00
parent 8142f603b9
commit e0ffb24877
4 changed files with 16 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ struct archiver_args {
const unsigned char *commit_sha1;
time_t time;
const char **pathspec;
unsigned int verbose : 1;
void *extra;
};