Skip to content

Commit a7052d3

Browse files
committed
Documentation: git-cherry uses git-patch-id
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>
1 parent 56ae8df commit a7052d3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Documentation/git-cherry.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ DESCRIPTION
1313
-----------
1414
The changeset (or "diff") of each commit between the fork-point and <head>
1515
is compared against each commit between the fork-point and <upstream>.
16+
The commits are compared with their 'patch id', obtained from linkgit:git-patch-id[1]
17+
program.
1618

1719
Every commit that doesn't exist in the <upstream> branch
1820
has its id (sha1) reported, prefixed by a symbol. The ones that have
@@ -56,6 +58,10 @@ OPTIONS
5658
<limit>::
5759
Do not report commits up to (and including) limit.
5860

61+
SEE ALSO
62+
--------
63+
linkgit:git-patch-id[1]
64+
5965
Author
6066
------
6167
Written by Junio C Hamano <junkio@cox.net>

0 commit comments

Comments
 (0)