diff options
author | Junio C Hamano <junkio@cox.net> | 2006-09-09 22:42:02 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-09-10 13:39:25 -0700 |
commit | e0ffb24877d4530208905512f7c91dd8d71e2c95 (patch) | |
tree | df9d8046b159c0b2418e2a04c9eacb007517a936 /archive.h | |
parent | 8142f603b9955648228549d2e83ace7fbe834114 (diff) | |
download | git-e0ffb24877d4530208905512f7c91dd8d71e2c95.tar.gz |
Add --verbose to git-archive
And teach backends about it.
Signed-off-by: Junio C Hamano <junkio@cox.net>
(cherry picked from 9e2c44a2893ae90944a0b7c9f40a9d22b759b5c0 commit)
Diffstat (limited to 'archive.h')
-rw-r--r-- | archive.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ struct archiver_args { const unsigned char *commit_sha1; time_t time; const char **pathspec; + unsigned int verbose : 1; void *extra; }; |