summaryrefslogtreecommitdiffstats
path: root/git-rev-parse.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-03-01 01:24:56 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-03-01 01:24:56 +0000
commit6ac2f147aa1e6774a32f6ed56a833ef7f08f9871 (patch)
tree296a72f98c7ecf0a372fe59a17e75179bdb33fe3 /git-rev-parse.html
parentdb911ee731950adff42ed5f6bec37c095e6f16a3 (diff)
downloadgit-htmldocs-6ac2f147aa1e6774a32f6ed56a833ef7f08f9871.tar.gz
Autogenerated HTML docs for v1.5.0.2-260-g2eb065
Diffstat (limited to 'git-rev-parse.html')
-rw-r--r--git-rev-parse.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/git-rev-parse.html b/git-rev-parse.html
index 3514e88b1..78422066f 100644
--- a/git-rev-parse.html
+++ b/git-rev-parse.html
@@ -604,6 +604,16 @@ A suffix <em>^</em> followed by an empty brace pair
</li>
<li>
<p>
+A colon, followed by a slash, followed by a text: this names
+ a commit whose commit message starts with the specified text.
+ 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.
+</p>
+</li>
+<li>
+<p>
A suffix <em>:</em> followed by a path; this names the blob or tree
at the given path in the tree-ish object named by the part
before the colon.
@@ -699,7 +709,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 02-Feb-2007 07:34:53 UTC
+Last updated 01-Mar-2007 01:24:43 UTC
</div>
</div>
</body>