author | Junio C Hamano <junkio@cox.net> | |
Fri, 20 Apr 2007 06:06:21 +0000 (23:06 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 20 Apr 2007 06:06:21 +0000 (23:06 -0700) |
* maint:
Update git-config documentation
Fix unmatched emphasis tag in git-tutorial
Update git-cherry-pick documentation
Update git-archive documentation
Update git-config documentation
Fix unmatched emphasis tag in git-tutorial
Update git-cherry-pick documentation
Update git-archive documentation
1 | 2 | |||
---|---|---|---|---|
Documentation/git-archive.txt | patch | | diff1 | | diff2 | | blob | history |
diff --cc Documentation/git-archive.txt
index 8d1041598e566a3ffc87cbe294c7800be1ab0c60,59dfabed23696fda20d036305c98d213de2b8b9c..d3ca9a90cee97622d2a717d618da23d20aa248e4
-------
--format=<fmt>::
- Format of the resulting archive: 'tar', 'zip'...
+ 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.