summaryrefslogtreecommitdiffstats
path: root/git-archive.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-04-18 23:01:01 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-04-18 23:01:01 +0000
commit4cfa536eec2633958acf89eec55351257df9d11a (patch)
tree85d7b6cf68dfe1ef25e6c8ef1f70c2f698c0ec2c /git-archive.txt
parent3bd66e9adf9669a8ba7bf8f191a111ae0cf41e51 (diff)
downloadgit-htmldocs-4cfa536eec2633958acf89eec55351257df9d11a.tar.gz
Autogenerated HTML docs for v1.6.3-rc1
Diffstat (limited to 'git-archive.txt')
-rw-r--r--git-archive.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/git-archive.txt b/git-archive.txt
index c1adf5949..bc132c87e 100644
--- a/git-archive.txt
+++ b/git-archive.txt
@@ -10,7 +10,7 @@ SYNOPSIS
--------
[verse]
'git archive' --format=<fmt> [--list] [--prefix=<prefix>/] [<extra>]
- [--output=<file>]
+ [--output=<file>] [--worktree-attributes]
[--remote=<repo> [--exec=<git-upload-archive>]] <tree-ish>
[path...]
@@ -51,6 +51,9 @@ OPTIONS
--output=<file>::
Write the archive to <file> instead of stdout.
+--worktree-attributes::
+ Look for attributes in .gitattributes in working directory too.
+
<extra>::
This can be any options that the archiver backend understands.
See next section.