author | Michael J Gruber <git@drmicha.warpmail.net> | |
Tue, 26 Apr 2011 08:24:29 +0000 (10:24 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 26 Apr 2011 20:13:20 +0000 (13:13 -0700) | ||
commit | b388e14b89f0a82b8067b3922a93cf2d1b013ff0 | |
tree | de39c28c8604f4c03270d50a1c3dcf49ec9cf196 | tree | snapshot |
parent | ec014eac0e9e6f30cbbca616090fa2ecf74797e7 | commit | diff |
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>
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 | diff | blob | history | |
builtin/rev-list.c | diff | blob | history | |
revision.h | diff | blob | history | |
t/t6007-rev-list-cherry-pick-file.sh | diff | blob | history |