Merge branch 'nz/send-email-headers-are-case-insensitive' into next
commitcf4c9c985b9d10fd2b47050b6c922cbd177dca35
authorJunio C Hamano <gitster@pobox.com>
Thu, 10 Jan 2013 22:39:35 +0000 (10 14:39 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 10 Jan 2013 22:39:35 +0000 (10 14:39 -0800)
tree31f6213419d6eb56ad46cd059114b7a0b2d16d66
parent201c7f498aba2d1733845105f41208032d5de4d3
parent6310071abfdf7a925b41a131d518d7636daa7259
Merge branch 'nz/send-email-headers-are-case-insensitive' into next

When user spells "cc:" in lowercase in the fake "header" in the
trailer part, send-email failed to pick up the addresses from
there. As e-mail headers field names are case insensitive, this
script should follow suit and treat "cc:" and "Cc:" the same way.

* nz/send-email-headers-are-case-insensitive:
  git-send-email: treat field names as case-insensitively
git-send-email.perl