Skip to content

Commit 8ff8830

Browse files
committed
check-ref-format documentation: fix enumeration mark-up
The last item in the enumerated refname rule was mistakenly made into a sub-item of the 7th one. It should be the 8th one in the list on its own. Signed-off-by: Junio C Hamano <[email protected]>
1 parent e33cc59 commit 8ff8830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-check-ref-format.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ imposes the following rules on how references are named:
4343

4444
. They cannot contain a sequence `@{`.
4545

46-
- They cannot contain a `\\`.
46+
. They cannot contain a `\\`.
4747

4848
These rules make it easy for shell script based tools to parse
4949
reference names, pathname expansion by the shell when a reference name is used

0 commit comments

Comments
 (0)