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