Merge branch 'rs/diff-no-minimal' into maint
* rs/diff-no-minimal: git diff too slow for a file
This commit is contained in:
@ -106,7 +106,7 @@ static void show_diff(struct merge_list *entry)
|
||||
xdemitconf_t xecfg;
|
||||
xdemitcb_t ecb;
|
||||
|
||||
xpp.flags = XDF_NEED_MINIMAL;
|
||||
xpp.flags = 0;
|
||||
memset(&xecfg, 0, sizeof(xecfg));
|
||||
xecfg.ctxlen = 3;
|
||||
ecb.outf = show_outf;
|
||||
|
Reference in New Issue
Block a user