Skip to content

Commit 8222153

Browse files
committed
Re-fix check-ref-format documentation mark-up
It is not double-backslash we forbid; backslashes are forbidden since a4c2e69 (Disallow '\' in ref names, 2009-05-08) Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5da8171 commit 8222153

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)