On Wed, May 28, 2008 at 1:46 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > "Geoffrey Irving" <irving@xxxxxxx> writes: > >> commit a1bac5e1aa52f9a78733aa35a0a7e820df618301 >> Author: Geoffrey Irving <irving@xxxxxxx> >> Date: Wed May 28 12:38:11 2008 -0700 >> >> doc: mention git-patch-id in git-cherry documentation >> >> diff --git a/Documentation/git-cherry.txt b/Documentation/git-cherry.txt >> index b0468aa..9817fb5 100644 >> --- a/Documentation/git-cherry.txt >> +++ b/Documentation/git-cherry.txt >> @@ -41,6 +41,8 @@ has been applied <upstream> under a different commit >> id. For example, >> this will happen if you're feeding patches <upstream> via email rather >> than pushing or pulling commits directly. >> >> +For details about how patches are compared, see git-patch-id. >> + > > Thanks. > > In manual pages, "SEE ALSO" section is a more appropriate place to do this > kind of thing. Here's an improved patch. Geoffrey commit 2417df3ffc04e05c187a93ae58f620f2709ae950 Author: Geoffrey Irving <irving@xxxxxxx> Date: Wed May 28 12:38:11 2008 -0700 doc: reference git-patch-id in git-cherry documentation diff --git a/Documentation/git-cherry.txt b/Documentation/git-cherry.txt index b0468aa..dbf8895 100644 --- a/Documentation/git-cherry.txt +++ b/Documentation/git-cherry.txt @@ -56,6 +56,11 @@ OPTIONS <limit>:: Do not report commits up to (and including) limit. +See Also +-------- +'git-patch-id(1)':: + The mechanism git-cherry uses to compare changesets. + Author ------ Written by Junio C Hamano <junkio@xxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html