summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-01-10 18:39:04 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-01-10 18:39:04 (GMT)
commit567323d387dda559dbdba8c15453aba629393955 (patch)
tree176085ab5fc95105a53a6bb631e1a0aeecf9da9a
parent920a5d436b0309072de598a44b493ba0793b074c (diff)
parentfc7642a096b99295a636ebde03e4b951a7da9c5a (diff)
downloadgit-567323d387dda559dbdba8c15453aba629393955.zip
git-567323d387dda559dbdba8c15453aba629393955.tar.gz
git-567323d387dda559dbdba8c15453aba629393955.tar.bz2
Merge branch 'maint-1.7.0' into maint-1.7.1
* maint-1.7.0: Documentation/git-archive: spell --worktree-attributes correctly
-rw-r--r--Documentation/git-archive.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-archive.txt b/Documentation/git-archive.txt
index 8d3e666..bc0eaef 100644
--- a/Documentation/git-archive.txt
+++ b/Documentation/git-archive.txt
@@ -116,7 +116,7 @@ Note that attributes are by default taken from the `.gitattributes` files
in the tree that is being archived. If you want to tweak the way the
output is generated after the fact (e.g. you committed without adding an
appropriate export-ignore in its `.gitattributes`), adjust the checked out
-`.gitattributes` file as necessary and use `--work-tree-attributes`
+`.gitattributes` file as necessary and use `--worktree-attributes`
option. Alternatively you can keep necessary attributes that should apply
while archiving any tree in your `$GIT_DIR/info/attributes` file.