summaryrefslogtreecommitdiff
path: root/mailmap.c
AgeCommit message (Expand)Author
2009-02-08Add map_user() and clear_mailmap() to mailmapMarius Storm-Olsen
2009-02-08Add mailmap.file as configurational option for mailmap locationMarius Storm-Olsen
2008-07-22Rename path_list to string_listJohannes Schindelin
2007-12-08mailmap: fix bogus for() loop that happened to be safe by accidentJunio C Hamano
2007-06-07War on whitespaceJunio C Hamano
2007-04-30Include mailmap.h in mailmap.c to catch mailmap interface changesAlex Riesen
2007-04-30Fix read_mailmap to handle a caller uninterested in repo abbreviationAlex Riesen
2007-04-30Use strlcpy instead of strncpy in mailmap.cAlex Riesen
2007-04-29Split out mailmap handling out of shortlogJunio C Hamano