summaryrefslogtreecommitdiffstats
path: root/mailmap.c
AgeCommit message (Expand)AuthorLines
2016-05-17Merge branch 'nd/error-errno'Junio C Hamano-2/+1
2016-05-09mailmap.c: use error_errno()Nguyễn Thái Ngọc Duy-2/+1
2016-03-06mailmap: do not resolve blobs in a non-repositoryJeff King-1/+2
2015-09-25mailmap: replace strcpy with xstrdupJeff King-2/+1
2014-12-04mailmap: use higher level string list functionsStefan Beller-13/+7
2013-09-24Merge branch 'jc/strcasecmp-pure-inline'Jonathan Nieder-2/+16
2013-09-12mailmap: work around implementations with pure inline strcasecmpJunio C Hamano-2/+16
2013-09-11Merge branch 'sb/mailmap-freeing-NULL-is-ok'Junio C Hamano-2/+1
2013-09-09Merge branch 'jk/mailmap-incomplete-line'Junio C Hamano-12/+9
2013-08-28mailmap: handle mailmap blobs without trailing newlinesJeff King-12/+9
2013-08-20mailmap: remove redundant check for freeing memoryStefan Beller-2/+1
2013-07-15mailmap: style fixesJunio C Hamano-15/+27
2013-07-15mailmap: debug: avoid passing NULL to fprintf() '%s' conversion specificationEric Sunshine-6/+9
2013-07-15mailmap: debug: eliminate -Wformat field precision type warningEric Sunshine-3/+3
2013-07-15mailmap: debug: fix malformed fprintf() format conversion specificationEric Sunshine-1/+1
2013-07-15mailmap: debug: fix out-of-order fprintf() argumentsEric Sunshine-1/+1
2013-07-15mailmap: do not downcase mailmap entriesJunio C Hamano-12/+8
2013-07-15mailmap: do not lose single-letter namesJunio C Hamano-1/+1
2013-01-20Merge branch 'ap/log-mailmap'Junio C Hamano-36/+72
2013-01-10mailmap: simplify map_user() interfaceAntoine Pelisse-25/+18
2013-01-10mailmap: remove email copy and length limitationJunio C Hamano-16/+59
2012-12-13mailmap: default mailmap.blob in bare repositoriesJeff King-0/+5
2012-12-12mailmap: clean up read_mailmap error handlingJeff King-11/+21
2012-12-12mailmap: support reading mailmap from blobsJeff King-2/+47
2012-12-12mailmap: refactor mailmap parsing for non-file sourcesJeff King-34/+40
2012-10-28mailmap: avoid out-of-bounds memory accessRomain Francoise-1/+1
2012-02-06mailmap: always return a plain mail address from map_user()Junio C Hamano-8/+10
2011-12-13Merge branch 'ml/mailmap' into maint-1.7.6Junio C Hamano-3/+2
2011-11-16mailmap: xcalloc mailmap_infoMarc-André Lureau-3/+2
2010-10-13mailmap: fix use of freed memoryJim Meyering-4/+6
2010-06-27string_list: Fix argument order for string_list_lookupJulian Phillips-2/+2
2010-06-27string_list: Fix argument order for string_list_insert_at_indexJulian Phillips-1/+1
2010-06-27string_list: Fix argument order for string_list_insertJulian Phillips-1/+1
2010-01-12mailmap.c: remove unused functionJunio C Hamano-5/+0
2009-06-20Fix various sparse warnings in the git source codeLinus Torvalds-3/+3
2009-04-01Merge branch 'maint'Junio C Hamano-0/+9
2009-04-01Mailmap: Allow empty email addresses to be mappedBjörn Steinbrink-4/+5
2009-04-01mailmap: resurrect lower-casing of email addressesJohannes Schindelin-0/+9
2009-02-08Add map_user() and clear_mailmap() to mailmapMarius Storm-Olsen-28/+168
2009-02-08Add mailmap.file as configurational option for mailmap locationMarius Storm-Olsen-2/+10
2008-07-21Rename path_list to string_listJohannes Schindelin-6/+6
2007-12-08mailmap: fix bogus for() loop that happened to be safe by accidentJunio C Hamano-3/+4
2007-06-07War on whitespaceJunio C Hamano-1/+0
2007-04-30Include mailmap.h in mailmap.c to catch mailmap interface changesAlex Riesen-0/+1
2007-04-30Fix read_mailmap to handle a caller uninterested in repo abbreviationAlex Riesen-0/+3
2007-04-30Use strlcpy instead of strncpy in mailmap.cAlex Riesen-1/+1
2007-04-29Split out mailmap handling out of shortlogJunio C Hamano-0/+88