]> git.ipfire.org Git - thirdparty/git.git/commit - revision.h
revision.c: introduce --cherry-mark
authorMichael J Gruber <git@drmicha.warpmail.net>
Mon, 7 Mar 2011 12:31:40 +0000 (13:31 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 Mar 2011 21:50:54 +0000 (13:50 -0800)
commitadbbb31e0d3b4cc7845c6d23d21c00da51025208
treef14d1079e845a8c47826a8e6ceb86d6ea1ec06be
parent1df2d656cc442dc057e30b6fb130967e5ae19654
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>
revision.c
revision.h