summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2009-05-23 01:39:45 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2009-05-23 01:39:45 -0700
commite05aae684d453695bc5bd1e66aa96bc7d42e186a (patch)
tree6e4e87717266383da704063fca3e9db42c081b23 /Documentation
parentMerge branch 'hv/sample-update' (diff)
parentDisallow '\' in ref names (diff)
downloadtgif-e05aae684d453695bc5bd1e66aa96bc7d42e186a.tar.xz
Merge branch 'rr/forbid-bs-in-ref'
* rr/forbid-bs-in-ref: Disallow '\' in ref names
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-check-ref-format.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/git-check-ref-format.txt b/Documentation/git-check-ref-format.txt
index 0873e60f7f..0b7982ea76 100644
--- a/Documentation/git-check-ref-format.txt
+++ b/Documentation/git-check-ref-format.txt
@@ -42,6 +42,8 @@ imposes the following rules on how references are named:
. They cannot contain a sequence `@{`.
+- 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
unquoted (by mistake), and also avoids ambiguities in certain