summaryrefslogtreecommitdiffstats
path: root/git-rev-parse.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-12-22 01:57:50 +0000
committerJunio C Hamano <junio@kernel.org>2010-12-22 01:57:50 +0000
commit18b5ad5e82efffc2d74788fb2b8133a9c274365f (patch)
tree40a9980ccc25df65999e8bc459767891907708e2 /git-rev-parse.html
parentcdd1c33a60297c3210787c6fcbd72ab8467ff6f6 (diff)
downloadgit-htmldocs-18b5ad5e82efffc2d74788fb2b8133a9c274365f.tar.gz
Autogenerated HTML docs for v1.7.3.4-598-g85356
Diffstat (limited to 'git-rev-parse.html')
-rw-r--r--git-rev-parse.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/git-rev-parse.html b/git-rev-parse.html
index eca857615..c970bc2df 100644
--- a/git-rev-parse.html
+++ b/git-rev-parse.html
@@ -910,6 +910,15 @@ A suffix <em>&#94;</em> followed by an empty brace pair
</li>
<li>
<p>
+A suffix <em>&#94;</em> to a revision parameter followed by a brace
+ pair that contains a text led by a slash (e.g. <tt>HEAD^{/fix nasty bug}</tt>):
+ this is the same as <tt>:/fix nasty bug</tt> syntax below except that
+ it returns the youngest matching commit which is reachable from
+ the ref before <em>&#94;</em>.
+</p>
+</li>
+<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 matches the specified regular expression.
This name returns the youngest matching commit which is