git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
e33cc59
)
check-ref-format documentation: fix enumeration mark-up
author
Junio C Hamano
<redacted>
Wed, 10 Feb 2010 18:18:55 +0000
(10:18 -0800)
committer
Junio C Hamano
<redacted>
Wed, 10 Feb 2010 18:19:13 +0000
(10:19 -0800)
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 <redacted>
Documentation/git-check-ref-format.txt
patch
|
blob
|
history
diff --git
a/Documentation/git-check-ref-format.txt
b/Documentation/git-check-ref-format.txt
index 0aeef24780f07e5d5fa021f6ebdaa7090a3dcdb7..3f7835f4a7fbb0d822e92462177e4f174ed893f4 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT