Merge branch 'jc/mailmap-case-insensitivity'
commitfbf59cdb4f804aec3ddf5e30ef0012e98d61fbd6
authorJunio C Hamano <gitster@pobox.com>
Mon, 22 Jul 2013 18:23:16 +0000 (22 11:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Jul 2013 18:23:16 +0000 (22 11:23 -0700)
tree6f428cf5b59c34248bc2c3e83746d23e335a81d6
parent1d1934caf1c927cb12cd76aa6ced9eab51a3d435
parentbd23794552a9d344ddda9fac20d7ee9b7607f6b1
Merge branch 'jc/mailmap-case-insensitivity'

The mailmap mechanism unnecessarily downcased the e-mail addresses
in the output, and also ignored the human name when it is a single
character name.

This now has become Eric Sunshine's series, even though it still is
under jc/ hierarchy.

* jc/mailmap-case-insensitivity:
  mailmap: style fixes
  mailmap: debug: avoid passing NULL to fprintf() '%s' conversion specification
  mailmap: debug: eliminate -Wformat field precision type warning
  mailmap: debug: fix malformed fprintf() format conversion specification
  mailmap: debug: fix out-of-order fprintf() arguments
  mailmap: do not downcase mailmap entries
  t4203: demonstrate loss of uppercase characters in canonical email
  mailmap: do not lose single-letter names
  t4203: demonstrate loss of single-character name in mailmap entry