]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/rev-list.c
rev-list --count: separate count for --cherry-mark
authorMichael J Gruber <git@drmicha.warpmail.net>
Tue, 26 Apr 2011 08:24:29 +0000 (10:24 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 26 Apr 2011 20:13:20 +0000 (13:13 -0700)
commitb388e14b89f0a82b8067b3922a93cf2d1b013ff0
treede39c28c8604f4c03270d50a1c3dcf49ec9cf196
parentec014eac0e9e6f30cbbca616090fa2ecf74797e7
rev-list --count: separate count for --cherry-mark

When --count is used with --cherry-mark, omit the patch equivalent
commits from the count for left and right commits and print the count of
equivalent commits separately.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/rev-list-options.txt
builtin/rev-list.c
revision.h
t/t6007-rev-list-cherry-pick-file.sh