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