X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=archive.h;h=038ac353d40567029403e3e7a2933af73a130720;hb=46068383aa825dfe9026f9255cea07da07e06253;hp=0b15b35143fffcc13764e4e668ee452b191cc609;hpb=b43b73666be32ecdc27384d67dc88e4b4869efa1;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; };