aboutsummaryrefslogtreecommitdiff
path: root/mailmap.c
Commit message (Expand)AuthorAge
* mailmap: fix use of freed memoryJim Meyering2010-10-13
* string_list: Fix argument order for string_list_lookupJulian Phillips2010-06-27
* string_list: Fix argument order for string_list_insert_at_indexJulian Phillips2010-06-27
* string_list: Fix argument order for string_list_insertJulian Phillips2010-06-27
* mailmap.c: remove unused functionJunio C Hamano2010-01-12
* Fix various sparse warnings in the git source codeLinus Torvalds2009-06-20
* Merge branch 'maint'Junio C Hamano2009-04-01
|\
| * mailmap: resurrect lower-casing of email addressesJohannes Schindelin2009-04-01
* | Mailmap: Allow empty email addresses to be mappedBjörn Steinbrink2009-04-01
|/
* Add map_user() and clear_mailmap() to mailmapMarius Storm-Olsen2009-02-08
* Add mailmap.file as configurational option for mailmap locationMarius Storm-Olsen2009-02-08
* Rename path_list to string_listJohannes Schindelin2008-07-21
* mailmap: fix bogus for() loop that happened to be safe by accidentJunio C Hamano2007-12-08
* War on whitespaceJunio C Hamano2007-06-07
* Include mailmap.h in mailmap.c to catch mailmap interface changesAlex Riesen2007-04-30
* Fix read_mailmap to handle a caller uninterested in repo abbreviationAlex Riesen2007-04-30
* Use strlcpy instead of strncpy in mailmap.cAlex Riesen2007-04-30
* Split out mailmap handling out of shortlogJunio C Hamano2007-04-29