Re: [PATCH 1/2] Make the indent heuristic part of diff's basic configuration.

2017-04-28 Thread Jeff King
On Thu, Apr 27, 2017 at 04:50:36PM -0400, Marc Branchaud wrote: > Subject: [PATCH 1/2] Make the indent heuristic part of diff's basic > configuration. > > Signed-off-by: Marc Branchaud This needs to be explained better. Why were the options originally in UI config, and why

[PATCH 1/2] Make the indent heuristic part of diff's basic configuration.

2017-04-27 Thread Marc Branchaud
Signed-off-by: Marc Branchaud --- diff.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/diff.c b/diff.c index 11eef1c85..da96577ea 100644 --- a/diff.c +++ b/diff.c @@ -290,9 +290,6 @@ int git_diff_ui_config(const char *var, const char *value, void *cb)