| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-02-06 | mailmap: always return a plain mail address from map_user() | Junio C Hamano | 1 | -8/+10 |
| 2011-12-13 | Merge branch 'ml/mailmap' into maint-1.7.6 | Junio C Hamano | 1 | -3/+2 |
| 2011-11-16 | mailmap: xcalloc mailmap_info | Marc-André Lureau | 1 | -3/+2 |
| 2010-10-13 | mailmap: fix use of freed memory | Jim Meyering | 1 | -4/+6 |
| 2010-06-27 | string_list: Fix argument order for string_list_lookup | Julian Phillips | 1 | -2/+2 |
| 2010-06-27 | string_list: Fix argument order for string_list_insert_at_index | Julian Phillips | 1 | -1/+1 |
| 2010-06-27 | string_list: Fix argument order for string_list_insert | Julian Phillips | 1 | -1/+1 |
| 2010-01-12 | mailmap.c: remove unused function | Junio C Hamano | 1 | -5/+0 |
| 2009-06-20 | Fix various sparse warnings in the git source code | Linus Torvalds | 1 | -3/+3 |
| 2009-04-01 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+9 |
| 2009-04-01 | Mailmap: Allow empty email addresses to be mapped | Björn Steinbrink | 1 | -4/+5 |
| 2009-04-01 | mailmap: resurrect lower-casing of email addresses | Johannes Schindelin | 1 | -0/+9 |
| 2009-02-08 | Add map_user() and clear_mailmap() to mailmap | Marius Storm-Olsen | 1 | -28/+168 |
| 2009-02-08 | Add mailmap.file as configurational option for mailmap location | Marius Storm-Olsen | 1 | -2/+10 |
| 2008-07-21 | Rename path_list to string_list | Johannes Schindelin | 1 | -6/+6 |
| 2007-12-08 | mailmap: fix bogus for() loop that happened to be safe by accident | Junio C Hamano | 1 | -3/+4 |
| 2007-06-07 | War on whitespace | Junio C Hamano | 1 | -1/+0 |
| 2007-04-30 | Include mailmap.h in mailmap.c to catch mailmap interface changes | Alex Riesen | 1 | -0/+1 |
| 2007-04-30 | Fix read_mailmap to handle a caller uninterested in repo abbreviation | Alex Riesen | 1 | -0/+3 |
| 2007-04-30 | Use strlcpy instead of strncpy in mailmap.c | Alex Riesen | 1 | -1/+1 |
| 2007-04-29 | Split out mailmap handling out of shortlog | Junio C Hamano | 1 | -0/+88 |