From: Junio C Hamano Date: Fri, 12 Feb 2010 23:39:03 +0000 (-0800) Subject: Re-fix check-ref-format documentation mark-up X-Git-Tag: v1.7.0~1^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8222153d8449cb1d0f9c4b06b7f7f5b0c5128205;p=git.git 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 --- diff --git a/Documentation/git-check-ref-format.txt b/Documentation/git-check-ref-format.txt index 3f7835f4a..7422185bf 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