Merge branch 'nz/send-email-headers-are-case-insensitive' into maint
commitcea1e2e94c0574d5eb475c43d8c39cc950dc1b28
authorJunio C Hamano <gitster@pobox.com>
Mon, 21 Jan 2013 01:22:49 +0000 (20 17:22 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Jan 2013 01:22:49 +0000 (20 17:22 -0800)
tree89df2815fc7b34fa7e8f0870920d9a2cd2418554
parentca7ccd5f46d1fa59d5361d04dd8cdf0422973016
parent6310071abfdf7a925b41a131d518d7636daa7259
Merge branch 'nz/send-email-headers-are-case-insensitive' into maint

When users spell "cc:" in lowercase in the fake "header" in the
trailer part, "git 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