Merge branch 'rs/diff-no-minimal'

* rs/diff-no-minimal:
  git diff too slow for a file
This commit is contained in:
Junio C Hamano
2010-06-13 11:20:46 -07:00
7 changed files with 11 additions and 11 deletions

View File

@ -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;