git-log --cherry-pick A...B
commitd7a17cad9798693dc31043aa4efcce0b207483b9
authorJunio C Hamano <junkio@cox.net>
Mon, 9 Apr 2007 10:40:38 +0000 (9 03:40 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 12 Apr 2007 03:02:03 +0000 (11 20:02 -0700)
tree6e05ed931a1a9a6aeffab4dad24f74195b2ce171
parent5d23e133d23bc9e26d6f23a4d136901e18e6ffba
git-log --cherry-pick A...B

This is meant to be a saner replacement for "git-cherry".

When used with "A...B", this filters out commits whose patch
text has the same patch-id as a commit on the other side.  It
would probably most useful to use with --left-right.

Signed-off-by: Junio C Hamano <junkio@cox.net>
revision.c
revision.h