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 <gitster@pobox.com>
This commit is contained in:
parent
e33cc592de
commit
8ff883029a
@ -43,7 +43,7 @@ imposes the following rules on how references are named:
|
|||||||
|
|
||||||
. They cannot contain a sequence `@{`.
|
. They cannot contain a sequence `@{`.
|
||||||
|
|
||||||
- They cannot contain a `\\`.
|
. They cannot contain a `\\`.
|
||||||
|
|
||||||
These rules make it easy for shell script based tools to parse
|
These rules make it easy for shell script based tools to parse
|
||||||
reference names, pathname expansion by the shell when a reference name is used
|
reference names, pathname expansion by the shell when a reference name is used
|
||||||
|
Loading…
Reference in New Issue
Block a user