summaryrefslogtreecommitdiffstats
path: root/git-check-ref-format.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-06-16 09:54:05 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-06-16 09:54:05 +0000
commit6926bef5df36f65153ad9f9ab9202acc6d44cd5d (patch)
tree5d1c642cbaae99018f2cc259dfdc4202e8780115 /git-check-ref-format.html
parent9e52d4ea667a8100ea390c15adae60a56a410699 (diff)
downloadgit-htmldocs-6926bef5df36f65153ad9f9ab9202acc6d44cd5d.tar.gz
Autogenerated HTML docs for v1.5.2.2-236-g952c8
Diffstat (limited to 'git-check-ref-format.html')
-rw-r--r--git-check-ref-format.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/git-check-ref-format.html b/git-check-ref-format.html
index b797ae13f..d49cadca6 100644
--- a/git-check-ref-format.html
+++ b/git-check-ref-format.html
@@ -299,7 +299,7 @@ It cannot have two consecutive dots <tt>..</tt> anywhere;
<p>
It cannot have ASCII control character (i.e. bytes whose
values are lower than \040, or \177 <tt>DEL</tt>), space, tilde <tt>~</tt>,
- caret <tt>^</tt>, colon <tt>:</tt>, question-mark <tt>?</tt>, asterisk <tt>*</tt>,
+ caret <tt>&#94;</tt>, colon <tt>:</tt>, question-mark <tt>?</tt>, asterisk <tt>*</tt>,
or open bracket <tt>[</tt> anywhere;
</p>
</li>
@@ -317,13 +317,13 @@ refname expressions (see <a href="git-rev-parse.html">git-rev-parse(1)</a>). Na
<li>
<p>
double-dot <tt>..</tt> are often used as in <tt>ref1..ref2</tt>, and in some
- context this notation means <tt>^ref1 ref2</tt> (i.e. not in
+ context this notation means <tt>&#94;ref1 ref2</tt> (i.e. not in
ref1 and in ref2).
</p>
</li>
<li>
<p>
-tilde <tt>~</tt> and caret <tt>^</tt> are used to introduce postfix
+tilde <tt>~</tt> and caret <tt>&#94;</tt> are used to introduce postfix
<em>nth parent</em> and <em>peel onion</em> operation.
</p>
</li>
@@ -343,7 +343,7 @@ colon <tt>:</tt> is used as in <tt>srcref:dstref</tt> to mean "use srcref's
</div>
<div id="footer">
<div id="footer-text">
-Last updated 08-Jun-2007 16:08:03 UTC
+Last updated 16-Jun-2007 09:48:56 UTC
</div>
</div>
</body>