]> git.ipfire.org Git - thirdparty/git.git/commit - revision.c
Fix "git log --merge --left-right"
authorJunio C Hamano <gitster@pobox.com>
Wed, 27 Feb 2008 07:18:38 +0000 (23:18 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Feb 2008 23:42:05 +0000 (15:42 -0800)
commite82447b1dfbda6ecfc101381c1295c444c73c903
treea0ed34e150aec9a334a726c3f93ea74121e4e272
parent81fa145917c40b68a5e2cca6afc6a10cdfdbd25b
Fix "git log --merge --left-right"

The command did not reject the combination of these options, but
did not show left/right markers.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
revision.c