On Wed, Jun 23, 2010 at 4:26 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > Jay Soffian <jaysoffian@xxxxxxxxx> writes: > >> Speaking of which, I'd love a switch to "git show $merge_commit" which >> does "git log $merge_commit^..$merge_commit^2" but I've been too lazy >> to write it. 9/10 times that I use .., it's in this context. :-) > > Doesn't "git show -p --first-parent $merge" work for you? I don't understand at all. Isn't -p redundant with git show? And how is --first-parent $merge equivalent to $merge_commit^..$merge_commit^2? I literally want a list of all the commits brought in by the merge. Confusedly yours, j. -- 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