summaryrefslogtreecommitdiffstats
path: root/git-archive.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-09-15 07:46:14 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-09-15 07:46:14 +0000
commit58155b42e7f69f920b962bc43de04ec3bb48df87 (patch)
treec1410a9785aa59428fa709fbb4c47686f6f667c8 /git-archive.txt
parentf80888ce6d55ea765cec661d4586575afc0e64ba (diff)
downloadgit-htmldocs-58155b42e7f69f920b962bc43de04ec3bb48df87.tar.gz
Autogenerated HTML docs for v1.5.3.1-91-gd3392
Diffstat (limited to 'git-archive.txt')
-rw-r--r--git-archive.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/git-archive.txt b/git-archive.txt
index f2080eb6a..e1e2d60fe 100644
--- a/git-archive.txt
+++ b/git-archive.txt
@@ -15,7 +15,8 @@ SYNOPSIS
DESCRIPTION
-----------
Creates an archive of the specified format containing the tree
-structure for the named tree. If <prefix> is specified it is
+structure for the named tree, and writes it out to the standard
+output. If <prefix> is specified it is
prepended to the filenames in the archive.
'git-archive' behaves differently when given a tree ID versus when
@@ -31,7 +32,7 @@ OPTIONS
-------
--format=<fmt>::
- Format of the resulting archive: 'tar', 'zip'... The default
+ Format of the resulting archive: 'tar' or 'zip'. The default
is 'tar'.
--list, -l::