]> git.ipfire.org Git - thirdparty/git.git/commit - mailmap.c
Split out mailmap handling out of shortlog
authorJunio C Hamano <junkio@cox.net>
Fri, 27 Apr 2007 07:41:15 +0000 (00:41 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 29 Apr 2007 09:05:06 +0000 (02:05 -0700)
commit7c1c6782e0b88c9366c575fd47e48050070afdd3
tree141a31e6d2af4097fbfaaedb754cea425a835cba
parent093dc5bee61c47f5b0f3bea04339c9bf8839ca47
Split out mailmap handling out of shortlog

This splits out a few functions to deal with mailmap from
shortlog and makes it a bit more usable from other programs.
Most notably, it does not clobber input e-mail address anymore.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
builtin-shortlog.c
mailmap.c [new file with mode: 0644]
mailmap.h [new file with mode: 0644]