X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=diff.c;h=8b37477afc3bf8555f0b6c9f0d6f116a39784817;hb=9181ca2c2b1f2897baa67ff8e48b1984822115b5;hp=5eae0947f35606eab6ff3421fe64fa5cb236f2ad;hpb=f4e96f97e85c145616bc2e23e9441bc0daa2906e;p=git.git diff --git a/diff.c b/diff.c index 5eae0947..8b37477a 100644 --- a/diff.c +++ b/diff.c @@ -267,6 +267,7 @@ static void builtin_diff(const char *name_a, ecbdata.label_path = lbl; xpp.flags = XDF_NEED_MINIMAL; xecfg.ctxlen = 3; + xecfg.flags = XDL_EMIT_FUNCNAMES; if (!diffopts) ; else if (!strncmp(diffopts, "--unified=", 10))