Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Update git-archive documentation
author
Andrew Ruder
<andy@aeruder.net>
Thu, 19 Apr 2007 03:03:14 +0000
(22:03 -0500)
committer
Junio C Hamano
<junkio@cox.net>
Thu, 19 Apr 2007 05:06:21 +0000
(22:06 -0700)
Documentation/git-archive.txt: Document -v/--verbose option.
Add -l as short form of --list.
Signed-off-by: Andrew Ruder <andy@aeruder.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-archive.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
6e6db39
)
diff --git
a/Documentation/git-archive.txt
b/Documentation/git-archive.txt
index 493474b2eeabb2f7928b0e9f91cfd1ff64763a6d..59dfabed23696fda20d036305c98d213de2b8b9c 100644
(file)
--- a/
Documentation/git-archive.txt
+++ b/
Documentation/git-archive.txt
@@
-32,9
+32,12
@@
OPTIONS
--format=<fmt>::
Format of the resulting archive: 'tar', 'zip'...
---list::
+--list
, -l
::
Show all available formats.
+--verbose, -v::
+ Report progress to stderr.
+
--prefix=<prefix>/::
Prepend <prefix>/ to each filename in the archive.