]> git.ipfire.org Git - thirdparty/git.git/commit - revision.c
log --cherry: a synonym
authorMichael J Gruber <git@drmicha.warpmail.net>
Mon, 7 Mar 2011 12:31:42 +0000 (13:31 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 Mar 2011 21:50:54 +0000 (13:50 -0800)
commit94f605ec0798a1f494023b72cd0d1f10b7a264f7
tree0f9c37f34ffe994226e10e3aa423aa6b22eb057c
parentcb56e3093a1b25e105df44640e2224c8f6e6b893
log --cherry: a synonym

At the porcelain level, because by definition there are many more contributors
than integrators, it makes sense to give a handy short-hand for --right-only
used with --cherry-mark and --no-merges.  Make it so.

In other words, this provides "git cherry with rev-list interface".

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/rev-list-options.txt
revision.c