summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a1eb73d)
raw | patch | inline | side by side (parent: a1eb73d)
author | Wesley J. Landaker <wjl@icecavern.net> | |
Fri, 28 Aug 2009 02:55:43 +0000 (20:55 -0600) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 28 Aug 2009 03:05:10 +0000 (20:05 -0700) |
The --format option was made optional in 8ff21b1 (git-archive: make
tar the default format, 2007-04-09), but it was not marked as optional
in the summary. This trival patch just changes the summary to match
the rest of the documentation.
Signed-off-by: Wesley J. Landaker <wjl@icecavern.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
tar the default format, 2007-04-09), but it was not marked as optional
in the summary. This trival patch just changes the summary to match
the rest of the documentation.
Signed-off-by: Wesley J. Landaker <wjl@icecavern.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-archive.txt | patch | blob | history |
index 41cbf9c0819872a322321455b8a5cb805efcc26b..818ce942606ddf27b6eeffa6111b50cf0c559743 100644 (file)
SYNOPSIS
--------
[verse]
-'git archive' --format=<fmt> [--list] [--prefix=<prefix>/] [<extra>]
+'git archive' [--format=<fmt>] [--list] [--prefix=<prefix>/] [<extra>]
[--remote=<repo> [--exec=<git-upload-archive>]] <tree-ish>
[path...]