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