Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git diff too slow for a file
[gitweb.git]
/
combine-diff.c
diff --git
a/combine-diff.c
b/combine-diff.c
index 3480dae82416bda357dee2f0d545ac6dadc6a26f..13a812896116c81ab6423b0b9d4f1b9e52496e9f 100644
(file)
--- a/
combine-diff.c
+++ b/
combine-diff.c
@@
-221,7
+221,7
@@
static void combine_diff(const unsigned char *parent, unsigned int mode,
parent_file.ptr = grab_blob(parent, mode, &sz);
parent_file.size = sz;
memset(&xpp, 0, sizeof(xpp));
- xpp.flags =
XDF_NEED_MINIMAL
;
+ xpp.flags =
0
;
memset(&xecfg, 0, sizeof(xecfg));
memset(&state, 0, sizeof(state));
state.nmask = nmask;