Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
vcs-svn: teach line_buffer about temporary files
[gitweb.git]
/
archive.h
diff --git
a/archive.h
b/archive.h
index 0b15b35143fffcc13764e4e668ee452b191cc609..038ac353d40567029403e3e7a2933af73a130720 100644
(file)
--- a/
archive.h
+++ b/
archive.h
@@
-10,6
+10,7
@@
struct archiver_args {
time_t time;
const char **pathspec;
unsigned int verbose : 1;
+ unsigned int worktree_attributes : 1;
int compression_level;
};