This is a re-roll of v2 [1] which introduces git-check-mailmap. The primary motivation for this command is to expose git's stable, well-tested C-implementation of .mailmap functionality to scripts and porcelains, thus relieving them of the need to re-implement support themselves. The git-contacts [2] script (currently at es/contacts in 'pu') would be one such client. v3 addresses comments from reviewers [1]. Changes since v2: * Drop -z/--null option. * Simplify grammar of DESCRIPTION and OUTPUT sections of Documentation/git-check-mailmap.txt. * Normalize wrapped code indentation to match standard Git style. * Drop v2 patches [3/4] and [4/4] which convert t4203-mailmap.sh to test low-level mailmap functionality directly via git-check-mailmap rather than indirectly via git-shortlog. [1]: http://thread.gmane.org/gmane.comp.version-control.git/230105/ [2]: http://thread.gmane.org/gmane.comp.version-control.git/229533/ Eric Sunshine (2): builtin: add git-check-mailmap command t4203: test check-mailmap command invocation .gitignore | 1 + Documentation/git-check-mailmap.txt | 47 ++++++++++++++++++++++++ Makefile | 1 + builtin.h | 1 + builtin/check-mailmap.c | 66 ++++++++++++++++++++++++++++++++++ command-list.txt | 1 + contrib/completion/git-completion.bash | 1 + git.c | 1 + t/t4203-mailmap.sh | 43 ++++++++++++++++++++++ 9 files changed, 162 insertions(+) create mode 100644 Documentation/git-check-mailmap.txt create mode 100644 builtin/check-mailmap.c -- 1.8.3.2.804.g0da7a53 -- 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