Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
archive: add baselen member to struct archiver_args
[gitweb.git]
/
archive.h
diff --git
a/archive.h
b/archive.h
index 1b24ae310dfff30748dc3dfb8a506af04bff567a..34151f41b47b812b43f2fb2c6d07dae3819072a4 100644
(file)
--- a/
archive.h
+++ b/
archive.h
@@
-6,6
+6,7
@@
struct archiver_args {
const char *base;
+ size_t baselen;
struct tree *tree;
const unsigned char *commit_sha1;
const struct commit *commit;