summaryrefslogtreecommitdiffstats
path: root/git-archive.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-04-11 19:14:19 -0700
committerJunio C Hamano <gitster@pobox.com>2013-04-11 19:14:19 -0700
commit0eb115024d67a8c849fedcbee89005ed62b0cf08 (patch)
tree03feadf23ef92ede9cd95471f8f855352f2b0082 /git-archive.txt
parent63b6fdb8e5cadbb9ad619d06dcaf4a3b72c7d359 (diff)
downloadgit-htmldocs-0eb115024d67a8c849fedcbee89005ed62b0cf08.tar.gz
Autogenerated HTML docs for v1.8.2.1-366-ge2af9
Diffstat (limited to 'git-archive.txt')
-rw-r--r--git-archive.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/git-archive.txt b/git-archive.txt
index b4c2e2484..250e5228a 100644
--- a/git-archive.txt
+++ b/git-archive.txt
@@ -56,7 +56,8 @@ OPTIONS
Write the archive to <file> instead of stdout.
--worktree-attributes::
- Look for attributes in .gitattributes in working directory too.
+ Look for attributes in .gitattributes files in the working tree
+ as well (see <<ATTRIBUTES>>).
<extra>::
This can be any options that the archiver backend understands.
@@ -120,6 +121,7 @@ tar.<format>.remote::
user-defined formats, but true for the "tar.gz" and "tgz"
formats.
+[[ATTRIBUTES]]
ATTRIBUTES
----------