Skip to content

Commit 84981f9

Browse files
author
Junio C Hamano
committed
diff --stat: no need to ask funcnames nor context.
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent ece634d commit 84981f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

diff.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,8 +438,8 @@ static void builtin_diffstat(const char *name_a, const char *name_b,
438438
xdemitcb_t ecb;
439439

440440
xpp.flags = XDF_NEED_MINIMAL;
441-
xecfg.ctxlen = 3;
442-
xecfg.flags = XDL_EMIT_FUNCNAMES;
441+
xecfg.ctxlen = 0;
442+
xecfg.flags = 0;
443443
ecb.outf = xdiff_outf;
444444
ecb.priv = diffstat;
445445
xdl_diff(&mf1, &mf2, &xpp, &xecfg, &ecb);

0 commit comments

Comments
 (0)