summaryrefslogtreecommitdiffstats
path: root/git-reflog.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-02-05 21:13:21 -0800
committerJunio C Hamano <gitster@pobox.com>2013-02-05 21:13:21 -0800
commit076ffcc834f02a4f11d7f4fe8825be3b065020ff (patch)
tree6f5fa28df80c60c9b0a1dfab028d3db33ae22fa0 /git-reflog.html
parent3f2ed6f9b744f05cf2ad32b0c0c80aa149d9fdcb (diff)
downloadgit-htmldocs-076ffcc834f02a4f11d7f4fe8825be3b065020ff.tar.gz
Autogenerated HTML docs for v1.8.1.2-545-g2f19ad
Diffstat (limited to 'git-reflog.html')
-rw-r--r--git-reflog.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-reflog.html b/git-reflog.html
index 184404298..7406824f4 100644
--- a/git-reflog.html
+++ b/git-reflog.html
@@ -776,7 +776,7 @@ the reference provided in the command-line (or <code>HEAD</code>, by default).
The reflog will cover all recent actions (HEAD reflog records branch switching
as well). It is an alias for <code>git log -g --abbrev-commit --pretty=oneline</code>;
see <a href="git-log.html">git-log(1)</a>.</p></div>
-<div class="paragraph"><p>The reflog is useful in various git commands, to specify the old value
+<div class="paragraph"><p>The reflog is useful in various Git commands, to specify the old value
of a reference. For example, <code>HEAD@{2}</code> means "where HEAD used to be
two moves ago", <code>master@{one.week.ago}</code> means "where master used to
point to one week ago", and so on. See <a href="gitrevisions.html">gitrevisions(7)</a> for
@@ -876,7 +876,7 @@ them.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2012-05-02 15:00:44 PDT
+Last updated 2013-02-05 21:07:26 PST
</div>
</div>
</body>