aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-archive.txt
diff options
context:
space:
mode:
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>2007-04-09 17:12:53 +0200
committerJunio C Hamano <junkio@cox.net>2007-04-09 18:51:40 -0700
commit8ff21b1a3307c7059ea1e00b5117a50a2bc5fec8 (patch)
tree42ad4b42cd839195a95b427260975fd129566a41 /Documentation/git-archive.txt
parent5bcbc7ff1014c58e7296713926206bf6a69e0f4c (diff)
downloadgit-8ff21b1a3307c7059ea1e00b5117a50a2bc5fec8.tar.gz
git-archive: make tar the default format
As noted by Junio, --format=tar should be assumed if no format was specified. Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-archive.txt')
-rw-r--r--Documentation/git-archive.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-archive.txt b/Documentation/git-archive.txt
index 493474b2ee..8d1041598e 100644
--- a/Documentation/git-archive.txt
+++ b/Documentation/git-archive.txt
@@ -30,7 +30,8 @@ OPTIONS
-------
--format=<fmt>::
- Format of the resulting archive: 'tar', 'zip'...
+ Format of the resulting archive: 'tar', 'zip'... The default
+ is 'tar'.
--list::
Show all available formats.