summaryrefslogtreecommitdiffstats
path: root/git-rev-parse.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-02-02 07:35:15 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-02-02 07:35:15 +0000
commit39381a7c839f85e6b5380251ecffcd5b1a214945 (patch)
treedf3e49a3381f4e02410c0c84dae63a1b28db65c4 /git-rev-parse.html
parent8f62db9398f1b5c51907cea20d4b51cb0cd391d3 (diff)
downloadgit-htmldocs-39381a7c839f85e6b5380251ecffcd5b1a214945.tar.gz
Autogenerated HTML docs for v1.5.0-rc3-16-gaacd
Diffstat (limited to 'git-rev-parse.html')
-rw-r--r--git-rev-parse.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/git-rev-parse.html b/git-rev-parse.html
index 0397fce30..3514e88b1 100644
--- a/git-rev-parse.html
+++ b/git-rev-parse.html
@@ -559,6 +559,13 @@ A ref followed by the suffix <em>@</em> with an ordinal specification
</li>
<li>
<p>
+You can use the <em>@</em> construct with an empty ref part to get at a
+ reflog of the current branch. For example, if you are on the
+ branch <em>blabla</em>, then <em>@{1}</em> means the same as <em>blabla@{1}</em>.
+</p>
+</li>
+<li>
+<p>
A suffix <em>^</em> to a revision parameter means the first parent of
that commit object. <em>^&lt;n&gt;</em> means the &lt;n&gt;th parent (i.e.
<em>rev^</em>
@@ -692,7 +699,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 18-Jan-2007 06:24:01 UTC
+Last updated 02-Feb-2007 07:34:53 UTC
</div>
</div>
</body>