X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=combine-diff.c;h=655fa89d8a7ffe3c3823080f5af3e5e385e95440;hb=452c6d506b1a6dcf24d4ceaa592afc39c1c1a60e;hp=7557136c820a10570e72f6870ecc7a45c4c7ce36;hpb=e1ba0f6340c1d72677c7792a0a82ecf05363026e;p=git.git diff --git a/combine-diff.c b/combine-diff.c index 7557136c8..655fa89d8 100644 --- a/combine-diff.c +++ b/combine-diff.c @@ -220,7 +220,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;