]> git.ipfire.org Git - thirdparty/git.git/commit - command-list.txt
builtin: add git-check-mailmap command
authorEric Sunshine <sunshine@sunshineco.com>
Sat, 13 Jul 2013 00:53:10 +0000 (20:53 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sat, 13 Jul 2013 17:19:37 +0000 (10:19 -0700)
commit226ad3482ac506af0eadd04e732dda556fda80e4
tree2d40f98d860da3c59192670ca99203e824abb2d4
parent7a3187eb788854ed3a20fee30b27e68430f753b7
builtin: add git-check-mailmap command

Introduce command check-mailmap, similar to check-attr and check-ignore,
which allows direct testing of .mailmap configuration.

As plumbing accessible to scripts and other porcelain, check-mailmap
publishes the stable, well-tested .mailmap functionality employed by
built-in Git commands.  Consequently, script authors need not
re-implement .mailmap functionality manually, thus avoiding potential
quirks and behavioral differences.

Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.gitignore
Documentation/git-check-mailmap.txt [new file with mode: 0644]
Makefile
builtin.h
builtin/check-mailmap.c [new file with mode: 0644]
command-list.txt
contrib/completion/git-completion.bash
git.c