Browse Source

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>
maint
Andrew Ruder 18 years ago committed by Junio C Hamano
parent
commit
27c8f8cda4
  1. 5
      Documentation/git-archive.txt

5
Documentation/git-archive.txt

@ -32,9 +32,12 @@ OPTIONS @@ -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.


Loading…
Cancel
Save