Jeff King <peff@xxxxxxxx> writes: > We do some of this already. For example, textconv will look up each side > based on its individual filename. But the funcname code, for example > does this ("one" is the "from" side of the diff, "two" is the "to" > side): > > pe = diff_funcname_pattern(one); > if (!pe) > pe = diff_funcname_pattern(two); What text would we see on the actual hunk header line? I had an impression that we always take from the preimage. I might be wrong, but if that is indeed the case, shouldn't we be ignoring the attribute tacked on to the postimage side altogether? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html