Skip to content

Commit 891182f

Browse files
committed
Merge branch 'maint-1.6.1' into maint-1.6.2
* maint-1.6.1: Documentation: git-archive: mark --format as optional in summary
2 parents 607a9e8 + 66fd74e commit 891182f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-archive.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ git-archive - Create an archive of files from a named tree
99
SYNOPSIS
1010
--------
1111
[verse]
12-
'git archive' --format=<fmt> [--list] [--prefix=<prefix>/] [<extra>]
12+
'git archive' [--format=<fmt>] [--list] [--prefix=<prefix>/] [<extra>]
1313
[--remote=<repo> [--exec=<git-upload-archive>]] <tree-ish>
1414
[path...]
1515

0 commit comments

Comments
 (0)