]> git.ipfire.org Git - thirdparty/git.git/blobdiff - archive.h
archive: add baselen member to struct archiver_args
[thirdparty/git.git] / 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;