aboutsummaryrefslogtreecommitdiffstats
path: root/mailmap.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-24Merge branch 'jc/strcasecmp-pure-inline'Jonathan Nieder1-2/+16
2013-09-12mailmap: work around implementations with pure inline strcasecmpJunio C Hamano1-2/+16
2013-09-11Merge branch 'sb/mailmap-freeing-NULL-is-ok'Junio C Hamano1-2/+1
2013-09-09Merge branch 'jk/mailmap-incomplete-line'Junio C Hamano1-12/+9
2013-08-28mailmap: handle mailmap blobs without trailing newlinesJeff King1-12/+9
2013-08-20mailmap: remove redundant check for freeing memoryStefan Beller1-2/+1
2013-07-15mailmap: style fixesJunio C Hamano1-15/+27
2013-07-15mailmap: debug: avoid passing NULL to fprintf() '%s' conversion specificationEric Sunshine1-6/+9
2013-07-15mailmap: debug: eliminate -Wformat field precision type warningEric Sunshine1-3/+3
2013-07-15mailmap: debug: fix malformed fprintf() format conversion specificationEric Sunshine1-1/+1
2013-07-15mailmap: debug: fix out-of-order fprintf() argumentsEric Sunshine1-1/+1
2013-07-15mailmap: do not downcase mailmap entriesJunio C Hamano1-12/+8
2013-07-15mailmap: do not lose single-letter namesJunio C Hamano1-1/+1
2013-01-20Merge branch 'ap/log-mailmap'Junio C Hamano1-36/+72
2013-01-10mailmap: simplify map_user() interfaceAntoine Pelisse1-25/+18
2013-01-10mailmap: remove email copy and length limitationJunio C Hamano1-16/+59
2012-12-13mailmap: default mailmap.blob in bare repositoriesJeff King1-0/+5
2012-12-12mailmap: clean up read_mailmap error handlingJeff King1-11/+21
2012-12-12mailmap: support reading mailmap from blobsJeff King1-2/+47
2012-12-12mailmap: refactor mailmap parsing for non-file sourcesJeff King1-34/+40
2012-10-28mailmap: avoid out-of-bounds memory accessRomain Francoise1-1/+1
2012-02-06mailmap: always return a plain mail address from map_user()Junio C Hamano1-8/+10
2011-12-13Merge branch 'ml/mailmap' into maint-1.7.6Junio C Hamano1-3/+2
2011-11-16mailmap: xcalloc mailmap_infoMarc-André Lureau1-3/+2
2010-10-13mailmap: fix use of freed memoryJim Meyering1-4/+6
2010-06-27string_list: Fix argument order for string_list_lookupJulian Phillips1-2/+2
2010-06-27string_list: Fix argument order for string_list_insert_at_indexJulian Phillips1-1/+1
2010-06-27string_list: Fix argument order for string_list_insertJulian Phillips1-1/+1
2010-01-12mailmap.c: remove unused functionJunio C Hamano1-5/+0
2009-06-20Fix various sparse warnings in the git source codeLinus Torvalds1-3/+3
2009-04-01Merge branch 'maint'Junio C Hamano1-0/+9
2009-04-01Mailmap: Allow empty email addresses to be mappedBjörn Steinbrink1-4/+5
2009-04-01mailmap: resurrect lower-casing of email addressesJohannes Schindelin1-0/+9
2009-02-08Add map_user() and clear_mailmap() to mailmapMarius Storm-Olsen1-28/+168
2009-02-08Add mailmap.file as configurational option for mailmap locationMarius Storm-Olsen1-2/+10
2008-07-21Rename path_list to string_listJohannes Schindelin1-6/+6
2007-12-08mailmap: fix bogus for() loop that happened to be safe by accidentJunio C Hamano1-3/+4
2007-06-07War on whitespaceJunio C Hamano1-1/+0
2007-04-30Include mailmap.h in mailmap.c to catch mailmap interface changesAlex Riesen1-0/+1
2007-04-30Fix read_mailmap to handle a caller uninterested in repo abbreviationAlex Riesen1-0/+3
2007-04-30Use strlcpy instead of strncpy in mailmap.cAlex Riesen1-1/+1
2007-04-29Split out mailmap handling out of shortlogJunio C Hamano1-0/+88