summaryrefslogtreecommitdiffstats
path: root/git-cherry-pick.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-07-15 22:24:45 +0000
committerJunio C Hamano <junio@kernel.org>2010-07-15 22:24:45 +0000
commit78e3a7820b2267111cd2f29fd3d06e8919f2b36c (patch)
treee5eb61d417f8655688f52d01beeddb01b9503560 /git-cherry-pick.html
parent635553978d5d3414c3d9699aa009ae29839356ab (diff)
downloadgit-htmldocs-78e3a7820b2267111cd2f29fd3d06e8919f2b36c.tar.gz
Autogenerated HTML docs for v1.7.2-rc3-39-g53b30
Diffstat (limited to 'git-cherry-pick.html')
-rw-r--r--git-cherry-pick.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-cherry-pick.html b/git-cherry-pick.html
index 04d5001cf..01845aa39 100644
--- a/git-cherry-pick.html
+++ b/git-cherry-pick.html
@@ -337,8 +337,8 @@ working tree to be clean (no modifications from the HEAD commit).</p></div>
<dd>
<p>
Commits to cherry-pick.
- For a more complete list of ways to spell commits, see the
- "SPECIFYING REVISIONS" section in <a href="git-rev-parse.html">git-rev-parse(1)</a>.
+ For a more complete list of ways to spell commits, see
+ <a href="gitrevisions.html">gitrevisions(1)</a>.
Sets of commits can be passed but no traversal is done by
default, as if the <em>--no-walk</em> option was specified, see
<a href="git-rev-list.html">git-rev-list(1)</a>.
@@ -529,7 +529,7 @@ git rev-list --reverse master -- README | git cherry-pick -n --stdin
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-07-01 00:08:17 UTC
+Last updated 2010-07-15 22:23:59 UTC
</div>
</div>
</body>