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

@ -66,7 +66,7 @@ static int generate_common_file(mmfile_t *res, mmfile_t *f1, mmfile_t *f2)
xdemitcb_t ecb;
memset(&xpp, 0, sizeof(xpp));
xpp.flags = XDF_NEED_MINIMAL;
xpp.flags = 0;
memset(&xecfg, 0, sizeof(xecfg));
xecfg.ctxlen = 3;
xecfg.flags = XDL_EMIT_COMMON;