From: Junio C Hamano Date: Wed, 10 Feb 2010 18:18:55 +0000 (-0800) Subject: check-ref-format documentation: fix enumeration mark-up X-Git-Tag: v1.6.6.2~10 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8ff883029a97b38b893b15199393d0e4e7190c0d;p=git.git check-ref-format documentation: fix enumeration mark-up The last item in the enumerated refname rule was mistakenly made into a sub-item of the 7th one. It should be the 8th one in the list on its own. Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-check-ref-format.txt b/Documentation/git-check-ref-format.txt index 0aeef2478..3f7835f4a 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