Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Teach fsck and prune about the new location of temporary objects
[gitweb.git]
/
archive.h
diff --git
a/archive.h
b/archive.h
index 96bb1cd85362e68ee42c81d5017222411e6bf669..4a02371f374a159604ab55102be5ba5b9d3f7cd2 100644
(file)
--- a/
archive.h
+++ b/
archive.h
@@
-13,6
+13,7
@@
struct archiver_args {
time_t time;
const char **pathspec;
unsigned int verbose : 1;
+ int compression_level;
};
typedef int (*write_archive_fn_t)(struct archiver_args *);