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