aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/rev-list-options.txt
diff options
context:
space:
mode:
authorMichael J Gruber <git@drmicha.warpmail.net>2011-03-07 13:31:41 +0100
committerJunio C Hamano <gitster@pobox.com>2011-03-09 13:50:54 -0800
commitcb56e3093a1b25e105df44640e2224c8f6e6b893 (patch)
tree92709f9d3fa476bc60ad8f5954cf668c5903c846 /Documentation/rev-list-options.txt
parentadbbb31e0d3b4cc7845c6d23d21c00da51025208 (diff)
downloadgit-cb56e3093a1b25e105df44640e2224c8f6e6b893.tar.gz
rev-list: documentation and test for --cherry-mark
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, 5 insertions, 0 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt
index cebba62239..4755b83d2d 100644
--- a/Documentation/rev-list-options.txt
+++ b/Documentation/rev-list-options.txt
@@ -305,6 +305,11 @@ ifdef::git-rev-list[]
to /dev/null as the output does not have to be formatted.
endif::git-rev-list[]
+--cherry-mark::
+
+ Like `--cherry-pick` (see below) but mark equivalent commits
+ with `=` rather than omitting them, and inequivalent ones with `+`.
+
--cherry-pick::
Omit any commit that introduces the same change as