Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'master' into next
[gitweb.git]
/
diff.c
diff --git
a/diff.c
b/diff.c
index c120239ef34b150e3d4b94b6815714a8a0c33e23..f1b672d2dc29d22a38aa057a1a927b8ad60d5e15 100644
(file)
--- a/
diff.c
+++ b/
diff.c
@@
-438,8
+438,8
@@
static void builtin_diffstat(const char *name_a, const char *name_b,
xdemitcb_t ecb;
xpp.flags = XDF_NEED_MINIMAL;
- xecfg.ctxlen =
3
;
- xecfg.flags =
XDL_EMIT_FUNCNAMES
;
+ xecfg.ctxlen =
0
;
+ xecfg.flags =
0
;
ecb.outf = xdiff_outf;
ecb.priv = diffstat;
xdl_diff(&mf1, &mf2, &xpp, &xecfg, &ecb);