Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sb/branch-attributes'
[gitweb.git]
/
archive.h
diff --git
a/archive.h
b/archive.h
index e0782b9dcfe1c87c1851d29cd9c9083bfabdd6b3..16dcdb875c3715556ce8561e9ee9f7ae8b3766da 100644
(file)
--- a/
archive.h
+++ b/
archive.h
@@
-10,6
+10,7
@@
struct archiver_args {
const unsigned char *commit_sha1;
time_t time;
const char **pathspec;
+ unsigned int verbose : 1;
void *extra;
};