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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user