commit | adbbb31e0d3b4cc7845c6d23d21c00da51025208 | [log] [tgz] |
---|---|---|
author | Michael J Gruber <git@drmicha.warpmail.net> | Mon Mar 07 13:31:40 2011 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Mar 09 13:50:54 2011 -0800 |
tree | f14d1079e845a8c47826a8e6ceb86d6ea1ec06be | |
parent | 1df2d656cc442dc057e30b6fb130967e5ae19654 [diff] |
revision.c: introduce --cherry-mark for marking those commits which "--cherry-pick" would drop. The marker for those commits is '=' because '-' denotes a boundary commit already, even though 'git cherry' uses it. Nonequivalent commits are denoted '+' unless '--left-right' is used. Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>