The first in the series moves existing functions from builtin-blame.c to a new file, mailmap.c, and cleans its interface up a little bit, to make it more usable by other programs. This does not depend on anything and can go directly on top of 'master'. The second one uses it to fix up the names in git-blame output. I added a new option '-x' to disable mailmap mapping, but it might not be worth it. I also considered moving this logic to pretty_print_commit, but decided against it. I do not think it is a good idea to have irreversible data munging at such a low level in the system. I'll park this in 'pu' tonight. I think this is safe enough to be fast-tracked to v1.5.2-rc1 if people wanted it, but on the other hand, I do not think this is such an ungent feature either. - 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