Skip to content

Commit 4318d3b

Browse files
weissgitster
authored andcommitted
Documentation: show-ref <pattern>s are optional
Specifying one or more <pattern> parameters is optional when calling show-ref, so mark them as such using brackets in the manual. Signed-off-by: Holger Weiß <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2170422 commit 4318d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-show-ref.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SYNOPSIS
1010
[verse]
1111
'git show-ref' [-q|--quiet] [--verify] [--head] [-d|--dereference]
1212
[-s|--hash[=<n>]] [--abbrev[=<n>]] [--tags]
13-
[--heads] [--] <pattern>...
13+
[--heads] [--] [<pattern>...]
1414
'git show-ref' --exclude-existing[=<pattern>] < ref-list
1515

1616
DESCRIPTION

0 commit comments

Comments
 (0)