summaryrefslogtreecommitdiffstats
path: root/git-archive.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-01-12 09:08:48 +0000
committerJunio C Hamano <junio@kernel.org>2011-01-12 09:08:48 +0000
commit81435632e941bad6a87c9c622c49ce34e30962ef (patch)
tree563b17858944d0708bbbe5dc014abb1b92c0b23f /git-archive.txt
parentb218ad8dec60522c9d0b8523796fde6aa5db9584 (diff)
downloadgit-htmldocs-81435632e941bad6a87c9c622c49ce34e30962ef.tar.gz
Autogenerated HTML docs for v1.7.4-rc1-14-g7fad99
Diffstat (limited to 'git-archive.txt')
-rw-r--r--git-archive.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-archive.txt b/git-archive.txt
index 4163a1bcb..bf5037ab2 100644
--- a/git-archive.txt
+++ b/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.