diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-02-12 15:39:03 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-02-12 15:39:03 -0800 |
commit | 8222153d8449cb1d0f9c4b06b7f7f5b0c5128205 (patch) | |
tree | a2c5fe6b8a7bdd87045300b2e69ce4514a5fe660 /Documentation | |
parent | 5da81713703583e795a4faa6a79074b53edb5a9a (diff) | |
download | git-8222153d8449cb1d0f9c4b06b7f7f5b0c5128205.tar.gz |
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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-check-ref-format.txt b/Documentation/git-check-ref-format.txt index 3f7835f4a7..7422185bf5 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 |