Merge branch 'rs/diff-no-minimal'
* rs/diff-no-minimal: git diff too slow for a file
This commit is contained in:
@ -25,7 +25,7 @@ int cmd_merge_file(int argc, const char **argv, const char *prefix)
|
||||
const char *names[3] = { NULL, NULL, NULL };
|
||||
mmfile_t mmfs[3];
|
||||
mmbuffer_t result = {NULL, 0};
|
||||
xmparam_t xmp = {{XDF_NEED_MINIMAL}};
|
||||
xmparam_t xmp = {{0}};
|
||||
int ret = 0, i = 0, to_stdout = 0;
|
||||
int quiet = 0;
|
||||
int nongit;
|
||||
|
Reference in New Issue
Block a user