summaryrefslogtreecommitdiff
path: root/Documentation/rev-list-options.txt
diff options
context:
space:
mode:
authorMichael J Gruber <git@drmicha.warpmail.net>2011-04-26 08:24:29 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-04-26 20:13:20 (GMT)
commitb388e14b89f0a82b8067b3922a93cf2d1b013ff0 (patch)
treede39c28c8604f4c03270d50a1c3dcf49ec9cf196 /Documentation/rev-list-options.txt
parentec014eac0e9e6f30cbbca616090fa2ecf74797e7 (diff)
downloadgit-b388e14b89f0a82b8067b3922a93cf2d1b013ff0.zip
git-b388e14b89f0a82b8067b3922a93cf2d1b013ff0.tar.gz
git-b388e14b89f0a82b8067b3922a93cf2d1b013ff0.tar.bz2
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>
Diffstat (limited to 'Documentation/rev-list-options.txt')
-rw-r--r--Documentation/rev-list-options.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt
index 73111bb..52bae31 100644
--- a/Documentation/rev-list-options.txt
+++ b/Documentation/rev-list-options.txt
@@ -730,7 +730,10 @@ ifdef::git-rev-list[]
Print a number stating how many commits would have been
listed, and suppress all other output. When used together
with '--left-right', instead print the counts for left and
- right commits, separated by a tab.
+ right commits, separated by a tab. When used together with
+ '--cherry-mark', omit patch equivalent commits from these
+ counts and print the count for equivalent commits separated
+ by a tab.
endif::git-rev-list[]