diff options
author | Andrew Ruder <andy@aeruder.net> | 2007-04-18 22:03:14 -0500 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-04-18 22:06:21 -0700 |
commit | 27c8f8cda42b9e47dc18e94152b28472488bef1c (patch) | |
tree | d0e08f7a04becb2c555ab990c83e129f79ab08dd /Documentation/git-archive.txt | |
parent | 6e6db39afc305e1205a4d2dcf34680bfa80bfc24 (diff) | |
download | git-27c8f8cda42b9e47dc18e94152b28472488bef1c.tar.gz git-27c8f8cda42b9e47dc18e94152b28472488bef1c.tar.xz |
Update git-archive documentation
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>
Diffstat (limited to 'Documentation/git-archive.txt')
-rw-r--r-- | Documentation/git-archive.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/git-archive.txt b/Documentation/git-archive.txt index 493474b2e..59dfabed2 100644 --- 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. |