X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=archive.h;h=038ac353d40567029403e3e7a2933af73a130720;hb=f90cf2b9203e81e3a2b70b15480628e9189b7e60;hp=0b15b35143fffcc13764e4e668ee452b191cc609;hpb=f6576f4c0c6fa3b2d979faf28936c09480dedaab;p=git.git diff --git a/archive.h b/archive.h index 0b15b3514..038ac353d 100644 --- 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; };