This is a re-roll of jc/mailmap-case-insensitivity [1] in 'pu', which fixes an off-by-one parsing bug and a case-losing bug in mailmap. Changes since v1: * Replace v1 [4/4] with new [1/9] and [3/9] which explicitly demonstrate each bug being fixed. * Fix several crashes and issues in mailmap debug code (new patches [5/9] through [8/9]. [1]: http://thread.gmane.org/gmane.comp.version-control.git/230258/ Eric Sunshine (6): t4203: demonstrate loss of single-character name in mailmap entry t4203: demonstrate loss of uppercase characters in canonical email mailmap: debug: fix out-of-order fprintf() arguments mailmap: debug: fix malformed fprintf() format directive mailmap: debug: eliminate -Wformat field precision type warning mailmap: debug: avoid passing NULL to fprintf() '%s' directive Junio C Hamano (3): mailmap: do not lose single-letter names mailmap: do not downcase mailmap entries mailmap: style fixes mailmap.c | 67 +++++++++++++++++++++++++++++++----------------------- t/t4203-mailmap.sh | 18 +++++++++++++++ 2 files changed, 57 insertions(+), 28 deletions(-) -- 1.8.3.2.804.g0da7a53 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html