summaryrefslogtreecommitdiffstats
path: root/git-cherry.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-05-29 02:09:50 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-05-29 02:09:50 +0000
commit9049d9108c3a4c2198a349fb905ec4a70cd62306 (patch)
treead3dfc48a168fdb1be155146f42bf20ef3776b9d /git-cherry.html
parent99b28f2d2dcff6c124ebb41444e2ca4c8d5e241f (diff)
downloadgit-htmldocs-9049d9108c3a4c2198a349fb905ec4a70cd62306.tar.gz
Autogenerated HTML docs for v1.5.6-rc0-46-gd2b3
Diffstat (limited to 'git-cherry.html')
-rw-r--r--git-cherry.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/git-cherry.html b/git-cherry.html
index 0d35243a5..0586a7bd7 100644
--- a/git-cherry.html
+++ b/git-cherry.html
@@ -277,7 +277,9 @@ git-cherry(1) Manual Page
<h2>DESCRIPTION</h2>
<div class="sectionbody">
<p>The changeset (or "diff") of each commit between the fork-point and &lt;head&gt;
-is compared against each commit between the fork-point and &lt;upstream&gt;.</p>
+is compared against each commit between the fork-point and &lt;upstream&gt;.
+The commits are compared with their <em>patch id</em>, obtained from <a href="git-patch-id.html">git-patch-id(1)</a>
+program.</p>
<p>Every commit that doesn't exist in the &lt;upstream&gt; branch
has its id (sha1) reported, prefixed by a symbol. The ones that have
equivalent change already
@@ -342,6 +344,10 @@ than pushing or pulling commits directly.</p>
</dd>
</dl>
</div>
+<h2>SEE ALSO</h2>
+<div class="sectionbody">
+<p><a href="git-patch-id.html">git-patch-id(1)</a></p>
+</div>
<h2>Author</h2>
<div class="sectionbody">
<p>Written by Junio C Hamano &lt;junkio@cox.net&gt;</p>
@@ -356,7 +362,7 @@ than pushing or pulling commits directly.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 07-Jan-2008 07:50:06 UTC
+Last updated 29-May-2008 02:08:32 UTC
</div>
</div>
</body>