summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-02-12 23:39:03 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-02-12 23:39:03 (GMT)
commit8222153d8449cb1d0f9c4b06b7f7f5b0c5128205 (patch)
treea2c5fe6b8a7bdd87045300b2e69ce4514a5fe660 /Documentation
parent5da81713703583e795a4faa6a79074b53edb5a9a (diff)
downloadgit-8222153d8449cb1d0f9c4b06b7f7f5b0c5128205.zip
git-8222153d8449cb1d0f9c4b06b7f7f5b0c5128205.tar.gz
git-8222153d8449cb1d0f9c4b06b7f7f5b0c5128205.tar.bz2
Re-fix check-ref-format documentation mark-up
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-check-ref-format.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-check-ref-format.txt b/Documentation/git-check-ref-format.txt
index 3f7835f..7422185 100644
--- a/Documentation/git-check-ref-format.txt
+++ b/Documentation/git-check-ref-format.txt
@@ -43,7 +43,7 @@ imposes the following rules on how references are named:
. 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