index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mailmap.c
Commit message (
Expand
)
Author
Age
*
mailmap: replace strcpy with xstrdup
Jeff King
2015-09-25
*
mailmap: use higher level string list functions
Stefan Beller
2014-12-04
*
Merge branch 'jc/strcasecmp-pure-inline'
Jonathan Nieder
2013-09-24
|
\
|
*
mailmap: work around implementations with pure inline strcasecmp
Junio C Hamano
2013-09-12
*
|
Merge branch 'sb/mailmap-freeing-NULL-is-ok'
Junio C Hamano
2013-09-11
|
\
\
|
*
|
mailmap: remove redundant check for freeing memory
Stefan Beller
2013-08-20
|
|
/
*
|
Merge branch 'jk/mailmap-incomplete-line'
Junio C Hamano
2013-09-09
|
\
\
|
|
/
|
/
|
|
*
mailmap: handle mailmap blobs without trailing newlines
Jeff King
2013-08-28
*
|
mailmap: style fixes
Junio C Hamano
2013-07-15
*
|
mailmap: debug: avoid passing NULL to fprintf() '%s' conversion specification
Eric Sunshine
2013-07-15
*
|
mailmap: debug: eliminate -Wformat field precision type warning
Eric Sunshine
2013-07-15
*
|
mailmap: debug: fix malformed fprintf() format conversion specification
Eric Sunshine
2013-07-15
*
|
mailmap: debug: fix out-of-order fprintf() arguments
Eric Sunshine
2013-07-15
*
|
mailmap: do not downcase mailmap entries
Junio C Hamano
2013-07-15
*
|
mailmap: do not lose single-letter names
Junio C Hamano
2013-07-15
|
/
*
Merge branch 'ap/log-mailmap'
Junio C Hamano
2013-01-20
|
\
|
*
mailmap: simplify map_user() interface
Antoine Pelisse
2013-01-10
|
*
mailmap: remove email copy and length limitation
Junio C Hamano
2013-01-10
*
|
mailmap: default mailmap.blob in bare repositories
Jeff King
2012-12-13
*
|
mailmap: clean up read_mailmap error handling
Jeff King
2012-12-12
*
|
mailmap: support reading mailmap from blobs
Jeff King
2012-12-12
*
|
mailmap: refactor mailmap parsing for non-file sources
Jeff King
2012-12-12
|
/
*
mailmap: avoid out-of-bounds memory access
Romain Francoise
2012-10-28
*
mailmap: always return a plain mail address from map_user()
Junio C Hamano
2012-02-06
*
Merge branch 'ml/mailmap' into maint-1.7.6
Junio C Hamano
2011-12-13
|
\
|
*
mailmap: xcalloc mailmap_info
Marc-André Lureau
2011-11-16
*
|
mailmap: fix use of freed memory
Jim Meyering
2010-10-13
*
|
string_list: Fix argument order for string_list_lookup
Julian Phillips
2010-06-27
*
|
string_list: Fix argument order for string_list_insert_at_index
Julian Phillips
2010-06-27
*
|
string_list: Fix argument order for string_list_insert
Julian Phillips
2010-06-27
*
|
mailmap.c: remove unused function
Junio C Hamano
2010-01-12
*
|
Fix various sparse warnings in the git source code
Linus Torvalds
2009-06-20
*
|
Merge branch 'maint'
Junio C Hamano
2009-04-01
|
\
\
|
*
|
mailmap: resurrect lower-casing of email addresses
Johannes Schindelin
2009-04-01
|
|
/
*
|
Mailmap: Allow empty email addresses to be mapped
Björn Steinbrink
2009-04-01
|
/
*
Add map_user() and clear_mailmap() to mailmap
Marius Storm-Olsen
2009-02-08
*
Add mailmap.file as configurational option for mailmap location
Marius Storm-Olsen
2009-02-08
*
Rename path_list to string_list
Johannes Schindelin
2008-07-21
*
mailmap: fix bogus for() loop that happened to be safe by accident
Junio C Hamano
2007-12-08
*
War on whitespace
Junio C Hamano
2007-06-07
*
Include mailmap.h in mailmap.c to catch mailmap interface changes
Alex Riesen
2007-04-30
*
Fix read_mailmap to handle a caller uninterested in repo abbreviation
Alex Riesen
2007-04-30
*
Use strlcpy instead of strncpy in mailmap.c
Alex Riesen
2007-04-30
*
Split out mailmap handling out of shortlog
Junio C Hamano
2007-04-29