summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 56ae8df)
raw | patch | inline | side by side (parent: 56ae8df)
author | Junio C Hamano <gitster@pobox.com> | |
Thu, 29 May 2008 00:03:46 +0000 (17:03 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 29 May 2008 00:03:46 +0000 (17:03 -0700) |
Geoffrey Irving noticed that git-cherry talks about comparing commits without
hinting how they are compared.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
hinting how they are compared.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-cherry.txt | patch | blob | history |
index b0468aa746a074741de8b4a4ebeb82c177edb1e8..d8e0a5b843d8c8d02df2150a05f4d9c5928596f4 100644 (file)
-----------
The changeset (or "diff") of each commit between the fork-point and <head>
is compared against each commit between the fork-point and <upstream>.
+The commits are compared with their 'patch id', obtained from linkgit:git-patch-id[1]
+program.
Every commit that doesn't exist in the <upstream> branch
has its id (sha1) reported, prefixed by a symbol. The ones that have
<limit>::
Do not report commits up to (and including) limit.
+SEE ALSO
+--------
+linkgit:git-patch-id[1]
+
Author
------
Written by Junio C Hamano <junkio@cox.net>