From: Junio C Hamano Date: Thu, 29 May 2008 00:03:46 +0000 (-0700) Subject: Documentation: git-cherry uses git-patch-id X-Git-Tag: v1.5.6-rc1~30 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a7052d3521de1210026bf5a29d57c37ee7800166;p=git.git 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 --- diff --git a/Documentation/git-cherry.txt b/Documentation/git-cherry.txt index b0468aa74..d8e0a5b84 100644 --- a/Documentation/git-cherry.txt +++ b/Documentation/git-cherry.txt @@ -13,6 +13,8 @@ DESCRIPTION ----------- The changeset (or "diff") of each commit between the fork-point and is compared against each commit between the fork-point and . +The commits are compared with their 'patch id', obtained from linkgit:git-patch-id[1] +program. Every commit that doesn't exist in the branch has its id (sha1) reported, prefixed by a symbol. The ones that have @@ -56,6 +58,10 @@ OPTIONS :: Do not report commits up to (and including) limit. +SEE ALSO +-------- +linkgit:git-patch-id[1] + Author ------ Written by Junio C Hamano