Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-07mailmap: 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-02Mailmap: 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-05-01Include mailmap.h in mailmap.c to catch mailmap interface changesAlex Riesen
2007-05-01Fix read_mailmap to handle a caller uninterested in repo abbreviationAlex Riesen
2007-05-01Use strlcpy instead of strncpy in mailmap.cAlex Riesen
2007-04-29Split out mailmap handling out of shortlogJunio C Hamano