Re: [PATCH] diff: add interhunk context config option

2017-01-07 Thread Junio C Hamano
Pranit Bauva writes: >> diff --git a/diff.c b/diff.c >> index 84dba60c4..40b4e6afe 100644 >> --- a/diff.c >> +++ b/diff.c >> @@ -33,6 +33,7 @@ static int diff_rename_limit_default = 400; >> static int diff_suppress_blank_empty; >> static int diff_use_color_default = -1; >> static int diff_cont

Re: [PATCH] diff: add interhunk context config option

2017-01-02 Thread Pranit Bauva
Hey Vegard, On Tue, Jan 3, 2017 at 5:01 AM, Vegard Nossum wrote: > The --inter-hunk-context= option was added in commit 6d0e674a5754 > ("diff: add option to show context between close hunks"). This patch > allows configuring a default for this option. > > Cc: René Scharfe > Signed-off-by: Vegard

[PATCH] diff: add interhunk context config option

2017-01-02 Thread Vegard Nossum
The --inter-hunk-context= option was added in commit 6d0e674a5754 ("diff: add option to show context between close hunks"). This patch allows configuring a default for this option. Cc: René Scharfe Signed-off-by: Vegard Nossum --- Documentation/diff-options.txt | 2 ++ diff.c