Re: [PATCH 2/6] diff.c: change the default for move coloring to zebra

2017-06-28 Thread Stefan Beller
On Tue, Jun 27, 2017 at 8:14 PM, Junio C Hamano wrote: >> diff --git a/diff.h b/diff.h >> index 98abd75521..9298d211d7 100644 >> --- a/diff.h >> +++ b/diff.h >> @@ -192,6 +192,7 @@ struct diff_options { >> COLOR_MOVED_NO = 0, >> COLOR_MOVED_PLAIN = 1, >> C

Re: [PATCH 2/6] diff.c: change the default for move coloring to zebra

2017-06-27 Thread Junio C Hamano
Stefan Beller writes: > Introduce a new mode COLOR_MOVED_DEFAULT, which is the same as > COLOR_MOVED_ZEBRA. But having two different symbols allows us to > differentiate them in the code. > > Signed-off-by: Stefan Beller > --- > Documentation/diff-options.txt | 3 +++ > diff.c

[PATCH 2/6] diff.c: change the default for move coloring to zebra

2017-06-27 Thread Stefan Beller
Introduce a new mode COLOR_MOVED_DEFAULT, which is the same as COLOR_MOVED_ZEBRA. But having two different symbols allows us to differentiate them in the code. Signed-off-by: Stefan Beller --- Documentation/diff-options.txt | 3 +++ diff.c | 13 - diff.h