summaryrefslogtreecommitdiff
path: root/mailmap.c
Commit message (Expand)AuthorAgeFilesLines
* 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