summaryrefslogtreecommitdiffstats
path: root/git-rev-parse.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-09-03 21:33:06 +0000
committerJunio C Hamano <junio@kernel.org>2010-09-03 21:33:06 +0000
commit2db3e750d172a78dadfb29235ad2a2c3c8d45a24 (patch)
tree1f66627398f37b23ec3af2697514d33d25060d96 /git-rev-parse.html
parentd7ae629d13f3242b66070b20f4bb83486948150a (diff)
downloadgit-htmldocs-2db3e750d172a78dadfb29235ad2a2c3c8d45a24.tar.gz
Autogenerated HTML docs for v1.7.2.3-313-gcd15
Diffstat (limited to 'git-rev-parse.html')
-rw-r--r--git-rev-parse.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/git-rev-parse.html b/git-rev-parse.html
index a57608ad6..9d4ceda2c 100644
--- a/git-rev-parse.html
+++ b/git-rev-parse.html
@@ -446,7 +446,7 @@ distinguish between them.</p></div>
properly quoted for consumption by shell. Useful when
you expect your parameter to contain whitespaces and
newlines (e.g. when using pickaxe <tt>-S</tt> with
- <em>git diff-*</em>). In contrast to the <tt>--sq-quote</tt> option,
+ <em>git diff-&#42;</em>). In contrast to the <tt>--sq-quote</tt> option,
the command input is still interpreted as usual.
</p>
</dd>
@@ -518,7 +518,8 @@ distinguish between them.</p></div>
</p>
<div class="para"><p>If a <tt>pattern</tt> is given, only refs matching the given shell glob are
shown. If the pattern does not contain a globbing character (<tt>?</tt>,
-<tt>*</tt>, or <tt>[</tt>), it is turned into a prefix match by appending <tt>/*</tt>.</p></div>
+<tt>&#42;</tt>, or <tt>[</tt>), it is turned into a prefix match by
+appending <tt>/&#42;</tt>.</p></div>
</dd>
<dt>
--glob=pattern
@@ -528,8 +529,8 @@ shown. If the pattern does not contain a globbing character (<tt>?</tt>,
Show all refs matching the shell glob pattern <tt>pattern</tt>. If
the pattern does not start with <tt>refs/</tt>, this is automatically
prepended. If the pattern does not contain a globbing
- character (<tt>?</tt>, <tt>*</tt>, or <tt>[</tt>), it is turned into a prefix
- match by appending <tt>/*</tt>.
+ character (<tt>?</tt>, <tt>&#42;</tt>, or <tt>[</tt>), it is turned into a prefix
+ match by appending <tt>/&#42;</tt>.
</p>
</dd>
<dt>
@@ -1074,7 +1075,7 @@ Junio C Hamano &lt;gitster@pobox.com&gt; and Pierre Habouzit &lt;madcoder@debian
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-08-03 15:15:33 UTC
+Last updated 2010-09-03 21:30:30 UTC
</div>
</div>
</body>