summaryrefslogtreecommitdiff
path: root/mailmap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ml/mailmap' into maintJunio C Hamano2011-11-181-3/+2
|\
| * mailmap: xcalloc mailmap_infoml/mailmapMarc-André Lureau2011-11-161-3/+2
* | mailmap: fix use of freed memoryJim Meyering2010-10-131-4/+6
* | string_list: Fix argument order for string_list_lookupJulian Phillips2010-06-271-2/+2
* | string_list: Fix argument order for string_list_insert_at_indexJulian Phillips2010-06-271-1/+1
* | string_list: Fix argument order for string_list_insertJulian Phillips2010-06-271-1/+1
* | mailmap.c: remove unused functionJunio C Hamano2010-01-121-5/+0
* | Fix various sparse warnings in the git source codeLinus Torvalds2009-06-201-3/+3
* | Merge branch 'maint'Junio C Hamano2009-04-011-0/+9
|\ \
| * | mailmap: resurrect lower-casing of email addressesJohannes Schindelin2009-04-011-0/+9
| |/
* | Mailmap: Allow empty email addresses to be mappedBjörn Steinbrink2009-04-011-4/+5
|/
* Add map_user() and clear_mailmap() to mailmapMarius Storm-Olsen2009-02-081-28/+168
* Add mailmap.file as configurational option for mailmap locationMarius Storm-Olsen2009-02-081-2/+10
* Rename path_list to string_listJohannes Schindelin2008-07-211-6/+6
* mailmap: fix bogus for() loop that happened to be safe by accidentJunio C Hamano2007-12-081-3/+4
* War on whitespaceJunio C Hamano2007-06-071-1/+0
* Include mailmap.h in mailmap.c to catch mailmap interface changesAlex Riesen2007-04-301-0/+1
* Fix read_mailmap to handle a caller uninterested in repo abbreviationAlex Riesen2007-04-301-0/+3
* Use strlcpy instead of strncpy in mailmap.cAlex Riesen2007-04-301-1/+1
* Split out mailmap handling out of shortlogJunio C Hamano2007-04-291-0/+88