Teach all of log family --left-right output.

This makes reviewing

     git log --left-right --merge --no-merges -p

a lot more pleasant.

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano
2006-12-16 15:31:25 -08:00
parent 577ed5c20b
commit 74bd902973
4 changed files with 28 additions and 10 deletions

View File

@ -41,6 +41,7 @@ struct rev_info {
limited:1,
unpacked:1, /* see also ignore_packed below */
boundary:1,
left_right:1,
parents:1;
/* Diff flags */