summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5da8171)
raw | patch | inline | side by side (parent: 5da8171)
author | Junio C Hamano <gitster@pobox.com> | |
Fri, 12 Feb 2010 23:39:03 +0000 (15:39 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 12 Feb 2010 23:39:03 +0000 (15:39 -0800) |
It is not double-backslash we forbid; backslashes are forbidden since
a4c2e699 (Disallow '\' in ref names, 2009-05-08)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
a4c2e699 (Disallow '\' in ref names, 2009-05-08)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-check-ref-format.txt | patch | blob | history |
index 3f7835f4a7fbb0d822e92462177e4f174ed893f4..7422185bf53c08f97f0e17358b11b5243ac1e393 100644 (file)
. 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
reference names, pathname expansion by the shell when a reference name is used