summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-02-10 18:18:55 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-02-10 18:19:13 (GMT)
commit8ff883029a97b38b893b15199393d0e4e7190c0d (patch)
tree28013f6f1ee2523d0a42051e167f575213fa34a9 /Documentation
parente33cc592deae8132936eea119554799e1039bc0f (diff)
downloadgit-8ff883029a97b38b893b15199393d0e4e7190c0d.zip
git-8ff883029a97b38b893b15199393d0e4e7190c0d.tar.gz
git-8ff883029a97b38b893b15199393d0e4e7190c0d.tar.bz2
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 <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-check-ref-format.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-check-ref-format.txt b/Documentation/git-check-ref-format.txt
index 0aeef24..3f7835f 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