summaryrefslogtreecommitdiffstats
path: root/git-archive.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-03-05 09:57:10 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-03-05 09:57:10 +0000
commit36ac993d398d38a097e0c36200f1399aafa6f06c (patch)
tree210cd4cdd6ab6b817998d242be277a8e31cf42b7 /git-archive.txt
parenta9eca4e3f2297e9aaa13de6e2097ae72beb02f11 (diff)
downloadgit-htmldocs-36ac993d398d38a097e0c36200f1399aafa6f06c.tar.gz
Autogenerated HTML docs for v1.6.2-12-g83676
Diffstat (limited to 'git-archive.txt')
-rw-r--r--git-archive.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/git-archive.txt b/git-archive.txt
index 5b3eb12c8..0eeefe006 100644
--- a/git-archive.txt
+++ b/git-archive.txt
@@ -10,6 +10,7 @@ SYNOPSIS
--------
[verse]
'git archive' --format=<fmt> [--list] [--prefix=<prefix>/] [<extra>]
+ [--output=<file>]
[--remote=<repo> [--exec=<git-upload-archive>]] <tree-ish>
[path...]
@@ -47,6 +48,9 @@ OPTIONS
--prefix=<prefix>/::
Prepend <prefix>/ to each filename in the archive.
+--output=<file>::
+ Write the archive to <file> instead of stdout.
+
<extra>::
This can be any options that the archiver backend understand.
See next section.