]> git.ipfire.org Git - thirdparty/git.git/blobdiff - archive.h
Makefile: Include subdirectories in "make cover" reports
[thirdparty/git.git] / 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;
 };