summaryrefslogtreecommitdiff
path: root/mailmap.c
AgeCommit message (Expand)Author
2010-06-27string_list: Fix argument order for string_list_lookupJulian Phillips
2010-06-27string_list: Fix argument order for string_list_insert_at_indexJulian Phillips
2010-06-27string_list: Fix argument order for string_list_insertJulian Phillips
2010-01-12mailmap.c: remove unused functionJunio C Hamano
2009-06-21Fix various sparse warnings in the git source codeLinus Torvalds
2009-04-02Merge branch 'maint'Junio C Hamano
2009-04-01Mailmap: Allow empty email addresses to be mappedBjörn Steinbrink
2009-04-01mailmap: resurrect lower-casing of email addressesJohannes Schindelin
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