diff options
author | Junio C Hamano <junkio@cox.net> | 2007-04-19 23:06:21 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-04-19 23:06:21 -0700 |
commit | 754eeb33df25b5e34508c5b9cfef374f4929998d (patch) | |
tree | d5c00f95130d51b850b73890928696394f6b52fb /Documentation/git-archive.txt | |
parent | 851c603e9ca9d0954d89be1532d924a28ccb79fa (diff) | |
parent | 9bc20aa73152784ee758f6432e20820e581c9412 (diff) | |
download | git-754eeb33df25b5e34508c5b9cfef374f4929998d.tar.gz |
Merge branch 'maint'
* maint:
Update git-config documentation
Fix unmatched emphasis tag in git-tutorial
Update git-cherry-pick documentation
Update git-archive documentation
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 8d1041598e..d3ca9a90ce 100644 --- a/Documentation/git-archive.txt +++ b/Documentation/git-archive.txt @@ -33,9 +33,12 @@ OPTIONS Format of the resulting archive: 'tar', 'zip'... The default is 'tar'. ---list:: +--list, -l:: Show all available formats. +--verbose, -v:: + Report progress to stderr. + --prefix=<prefix>/:: Prepend <prefix>/ to each filename in the archive. |