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.lorimer.id.au/gitweb.git/diff_plain/8222153d8449cb1d0f9c4b06b7f7f5b0c5128205?ds=inline;hp=--cc 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 --- 8222153d8449cb1d0f9c4b06b7f7f5b0c5128205 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