diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-04-18 14:46:08 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-04-18 14:46:08 -0700 |
commit | 5758b25da43c401cad33f3304f78084a0305d21c (patch) | |
tree | e10e86da5fd7b1c0f13306e289a065bae336e38e /archive.h | |
parent | cef5775b9f640beb51b07f8a296cfcc9b11b9744 (diff) | |
parent | 8aece7ff0611846c9f8d6c12566d6ac26d84a184 (diff) | |
download | git-5758b25da43c401cad33f3304f78084a0305d21c.tar.gz |
Merge branch 'nd/archive-attribute'
* nd/archive-attribute:
archive test: attributes
archive: do not read .gitattributes in working directory
unpack-trees: do not muck with attributes when we are not checking out
attr: add GIT_ATTR_INDEX "direction"
archive tests: do not use .gitattributes in working directory
Diffstat (limited to 'archive.h')
-rw-r--r-- | archive.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; }; |