summaryrefslogtreecommitdiffstats
path: root/git-rev-parse.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-09-28 05:51:23 +0000
committerJunio C Hamano <junio@kernel.org>2010-09-28 05:51:23 +0000
commit442206cbc570d6bc05423bd8a54db5f06d740c65 (patch)
treef64aa85c61bcdb071c4b29fc8d8bd7088ebd3063 /git-rev-parse.html
parentac752fa22d8703ee06a9d217b438ced13d4eb41b (diff)
downloadgit-htmldocs-442206cbc570d6bc05423bd8a54db5f06d740c65.tar.gz
Autogenerated HTML docs for v1.7.3-15-g442cb
Diffstat (limited to 'git-rev-parse.html')
-rw-r--r--git-rev-parse.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/git-rev-parse.html b/git-rev-parse.html
index 38762b30f..d0af21453 100644
--- a/git-rev-parse.html
+++ b/git-rev-parse.html
@@ -817,11 +817,13 @@ A suffix <em>&#94;</em> followed by an empty brace pair
<li>
<p>
A colon, followed by a slash, followed by a text (e.g. <tt>:/fix nasty bug</tt>): this names
- a commit whose commit message starts with the specified text.
+ a commit whose commit message matches the specified regular expression.
This name returns the youngest matching commit which is
reachable from any ref. If the commit message starts with a
<em>!</em>, you have to repeat that; the special sequence <em>:/!</em>,
followed by something else than <em>!</em> is reserved for now.
+ The regular expression can match any part of the commit message. To
+ match messages starting with a string, one can use e.g. <tt>:/^foo</tt>.
</p>
</li>
<li>
@@ -1075,7 +1077,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-09-18 23:56:56 UTC
+Last updated 2010-09-28 05:49:37 UTC
</div>
</div>
</body>