Merge branch 'nz/send-email-headers-are-case-insensitive'
commit94383a813570c254101ffd729dd8251db5fe8044
authorJunio C Hamano <gitster@pobox.com>
Mon, 14 Jan 2013 16:15:36 +0000 (14 08:15 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 Jan 2013 16:15:36 +0000 (14 08:15 -0800)
treeb93bb338d5b3f9efb84062aa3e304928c6094e9f
parent94702dd1ac27618b60198f7c8bceafaaaf7743e2
parent6310071abfdf7a925b41a131d518d7636daa7259
Merge branch 'nz/send-email-headers-are-case-insensitive'

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