diff options
author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | 2007-04-09 17:12:53 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-04-09 18:51:40 -0700 |
commit | 8ff21b1a3307c7059ea1e00b5117a50a2bc5fec8 (patch) | |
tree | 42ad4b42cd839195a95b427260975fd129566a41 /Documentation | |
parent | Merge branch 'jc/push' (diff) | |
download | tgif-8ff21b1a3307c7059ea1e00b5117a50a2bc5fec8.tar.xz |
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')
-rw-r--r-- | Documentation/git-archive.txt | 3 |
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. |