aboutsummaryrefslogtreecommitdiff
path: root/mailmap.c
Commit message (Expand)AuthorAge
* Convert remaining callers of get_sha1 to get_oid.brian m. carlson2017-07-17
* cocci: refactor common patterns to use xstrdup_or_null()Junio C Hamano2016-10-12
* Merge branch 'nd/error-errno'Junio C Hamano2016-05-17
|\
| * mailmap.c: use error_errno()Nguyễn Thái Ngọc Duy2016-05-09
* | mailmap: do not resolve blobs in a non-repositoryJeff King2016-03-06
|/
* mailmap: replace strcpy with xstrdupJeff King2015-09-25
* mailmap: use higher level string list functionsStefan Beller2014-12-04
* Merge branch 'jc/strcasecmp-pure-inline'Jonathan Nieder2013-09-24
|\
| * mailmap: work around implementations with pure inline strcasecmpJunio C Hamano2013-09-12
* | Merge branch 'sb/mailmap-freeing-NULL-is-ok'Junio C Hamano2013-09-11
|\ \
| * | mailmap: remove redundant check for freeing memoryStefan Beller2013-08-20
| |/
* | Merge branch 'jk/mailmap-incomplete-line'Junio C Hamano2013-09-09
|\ \ | |/ |/|
| * mailmap: handle mailmap blobs without trailing newlinesJeff King2013-08-28
* | mailmap: style fixesJunio C Hamano2013-07-15
* | mailmap: debug: avoid passing NULL to fprintf() '%s' conversion specificationEric Sunshine2013-07-15
* | mailmap: debug: eliminate -Wformat field precision type warningEric Sunshine2013-07-15
* | mailmap: debug: fix malformed fprintf() format conversion specificationEric Sunshine2013-07-15
* | mailmap: debug: fix out-of-order fprintf() argumentsEric Sunshine2013-07-15
* | mailmap: do not downcase mailmap entriesJunio C Hamano2013-07-15
* | mailmap: do not lose single-letter namesJunio C Hamano2013-07-15
|/
* Merge branch 'ap/log-mailmap'Junio C Hamano2013-01-20
|\
| * mailmap: simplify map_user() interfaceAntoine Pelisse2013-01-10
| * mailmap: remove email copy and length limitationJunio C Hamano2013-01-10
* | mailmap: default mailmap.blob in bare repositoriesJeff King2012-12-13
* | mailmap: clean up read_mailmap error handlingJeff King2012-12-12
* | mailmap: support reading mailmap from blobsJeff King2012-12-12
* | mailmap: refactor mailmap parsing for non-file sourcesJeff King2012-12-12
|/
* mailmap: avoid out-of-bounds memory accessRomain Francoise2012-10-28
* mailmap: always return a plain mail address from map_user()Junio C Hamano2012-02-06
* Merge branch 'ml/mailmap' into maint-1.7.6Junio C Hamano2011-12-13
|\
| * mailmap: xcalloc mailmap_infoMarc-André Lureau2011-11-16
* | mailmap: fix use of freed memoryJim Meyering2010-10-13
* | string_list: Fix argument order for string_list_lookupJulian Phillips2010-06-27
* | string_list: Fix argument order for string_list_insert_at_indexJulian Phillips2010-06-27
* | string_list: Fix argument order for string_list_insertJulian Phillips2010-06-27
* | mailmap.c: remove unused functionJunio C Hamano2010-01-12
* | Fix various sparse warnings in the git source codeLinus Torvalds2009-06-20
* | Merge branch 'maint'Junio C Hamano2009-04-01
|\ \
| * | mailmap: resurrect lower-casing of email addressesJohannes Schindelin2009-04-01
| |/
* | Mailmap: Allow empty email addresses to be mappedBjörn Steinbrink2009-04-01
|/
* Add map_user() and clear_mailmap() to mailmapMarius Storm-Olsen2009-02-08
* Add mailmap.file as configurational option for mailmap locationMarius Storm-Olsen2009-02-08
* Rename path_list to string_listJohannes Schindelin2008-07-21
* mailmap: fix bogus for() loop that happened to be safe by accidentJunio C Hamano2007-12-08
* War on whitespaceJunio C Hamano2007-06-07
* Include mailmap.h in mailmap.c to catch mailmap interface changesAlex Riesen2007-04-30
* Fix read_mailmap to handle a caller uninterested in repo abbreviationAlex Riesen2007-04-30
* Use strlcpy instead of strncpy in mailmap.cAlex Riesen2007-04-30
* Split out mailmap handling out of shortlogJunio C Hamano2007-04-29