summaryrefslogtreecommitdiffstats
path: root/git-rev-parse.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-06-04 07:24:48 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-06-04 07:24:48 +0000
commit341071d878757c06a3931db660fe318effc8317e (patch)
tree8cb7bf28351c062adbe71172b942a3228d40725d /git-rev-parse.html
parentbb8fb05ed082c81af81f9eecf356f993e2ef83b7 (diff)
downloadgit-htmldocs-341071d878757c06a3931db660fe318effc8317e.tar.gz
Autogenerated HTML docs for v1.3.3-g16a4
Diffstat (limited to 'git-rev-parse.html')
-rw-r--r--git-rev-parse.html16
1 files changed, 13 insertions, 3 deletions
diff --git a/git-rev-parse.html b/git-rev-parse.html
index a4a0c920e..7489c9cb6 100644
--- a/git-rev-parse.html
+++ b/git-rev-parse.html
@@ -276,7 +276,7 @@ git-rev-parse(1) Manual Page
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
-<p>Many git Porcelainish commands take mixture of flags
+<p>Many git porcelainish commands take mixture of flags
(i.e. parameters that begin with a dash <em>-</em>) and parameters
meant for underlying <tt>git-rev-list</tt> command they use internally
and flags and parameters for other commands they use as the
@@ -437,7 +437,7 @@ distinguish between them.</p>
<dd>
<p>
Instead of outputting the full SHA1 values of object names try to
- abbriviate them to a shorter unique name. When no length is specified
+ abbreviate them to a shorter unique name. When no length is specified
7 is used. The minimum length is 4.
</p>
</dd>
@@ -494,6 +494,16 @@ A symbolic ref name. E.g. <em>master</em> typically means the commit
</li>
<li>
<p>
+A suffix <em>@</em> followed by a date specification enclosed in a brace
+ pair (e.g. <em>{yesterday}</em>, <em>{1 month 2 weeks 3 days 1 hour 1
+ second ago}</em> or <em>{1979-02-26 18:30:00}</em>) to specify the value
+ of the ref at a prior point in time. This suffix may only be
+ used immediately following a ref name and the ref must have an
+ existing log ($GIT_DIR/logs/&lt;ref&gt;).
+</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>
@@ -578,7 +588,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 17-May-2006 10:34:04 UTC
+Last updated 04-Jun-2006 07:24:31 UTC
</div>
</div>
</body>