summaryrefslogtreecommitdiffstats
path: root/git-check-ref-format.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-05-02 15:02:46 -0700
committerJunio C Hamano <gitster@pobox.com>2012-05-02 15:02:46 -0700
commitb76a68630eaab75c4eb1c41f0fc091811854ff43 (patch)
tree5be60264e80970f60d9c56b410c8828693be8588 /git-check-ref-format.html
parent0aadbc37c068365a09926cd895863c4a725b45d6 (diff)
downloadgit-htmldocs-b76a68630eaab75c4eb1c41f0fc091811854ff43.tar.gz
Autogenerated HTML docs for v1.7.10.1-433-g34875
Diffstat (limited to 'git-check-ref-format.html')
-rw-r--r--git-check-ref-format.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/git-check-ref-format.html b/git-check-ref-format.html
index eac365be7..efcf3949d 100644
--- a/git-check-ref-format.html
+++ b/git-check-ref-format.html
@@ -626,12 +626,12 @@ They cannot have two consecutive dots <tt>..</tt> anywhere.
<p>
They cannot have ASCII control characters (i.e. bytes whose
values are lower than \040, or \177 <tt>DEL</tt>), space, tilde <tt>~</tt>,
- caret <tt>&#94;</tt>, or colon <tt>:</tt> anywhere.
+ caret <tt>^</tt>, or colon <tt>:</tt> anywhere.
</p>
</li>
<li>
<p>
-They cannot have question-mark <tt>?</tt>, asterisk <tt>&#42;</tt>, or open
+They cannot have question-mark <tt>?</tt>, asterisk <tt>*</tt>, or open
bracket <tt>[</tt> anywhere. See the <tt>--refspec-pattern</tt> option below for
an exception to this rule.
</p>
@@ -667,13 +667,13 @@ reference name expressions (see <a href="gitrevisions.html">gitrevisions(7)</a>)
<li>
<p>
A double-dot <tt>..</tt> is often used as in <tt>ref1..ref2</tt>, and in some
- contexts this notation means <tt>&#94;ref1 ref2</tt> (i.e. not in
+ contexts this notation means <tt>^ref1 ref2</tt> (i.e. not in
<tt>ref1</tt> and in <tt>ref2</tt>).
</p>
</li>
<li>
<p>
-A tilde <tt>~</tt> and caret <tt>&#94;</tt> are used to introduce the postfix
+A tilde <tt>~</tt> and caret <tt>^</tt> are used to introduce the postfix
<em>nth parent</em> and <em>peel onion</em> operation.
</p>
</li>
@@ -691,8 +691,8 @@ at-open-brace <tt>@{</tt> is used as a notation to access a reflog entry.
</p>
</li>
</ol></div>
-<div class="paragraph"><p>With the <tt>--branch</tt> option, it expands the &#8220;previous branch syntax&#8221;
-<tt>@{-n}</tt>. For example, <tt>@{-1}</tt> is a way to refer the last branch you
+<div class="paragraph"><p>With the <tt>--branch</tt> option, it expands the <tt>`previous branch syntax''
+`@{-n}</tt>. For example, <tt>@{-1}</tt> is a way to refer the last branch you
were on. This option should be used by porcelains to accept this
syntax anywhere a branch name is expected, so they can act as if you
typed the branch name.</p></div>
@@ -720,9 +720,9 @@ typed the branch name.</p></div>
<p>
Interpret &lt;refname&gt; as a reference name pattern for a refspec
(as used with remote repositories). If this option is
- enabled, &lt;refname&gt; is allowed to contain a single <tt>&#42;</tt>
+ enabled, &lt;refname&gt; is allowed to contain a single <tt>*</tt>
in place of a one full pathname component (e.g.,
- <tt>foo/&#42;/bar</tt> but not <tt>foo/bar&#42;</tt>).
+ <tt>foo/*/bar</tt> but not <tt>foo/bar*</tt>).
</p>
</dd>
<dt class="hdlist1">
@@ -772,7 +772,7 @@ die "we do not like '$newbranch' as a branch name."</tt></pre>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-11-15 13:45:02 PDT
+Last updated 2012-05-02 15:00:44 PDT
</div>
</div>
</body>