]> git.ipfire.org Git - thirdparty/git.git/commit - git-send-email.perl
[PATCH] git-send-email-script - Fix loops that limit emails to unique values to be...
authorRyan Anderson <ryan@michonline.com>
Wed, 3 Aug 2005 01:45:22 +0000 (21:45 -0400)
committerJunio C Hamano <junkio@cox.net>
Wed, 3 Aug 2005 05:53:26 +0000 (22:53 -0700)
commite205735da94f6ce44c56f6088b392ba5a3268d77
tree91fc21cdc7801d3b4a2f93679825d416037ed3c3
parentca9a7d657101cb88246e1770b29296678601750b
[PATCH] git-send-email-script - Fix loops that limit emails to unique values to be pedantically correct.

Email addresses aren't generally case sensitive in the real world, but
technically, they *can* be.  So, let's do the right thing.

Additionally, fix the generated message-id to have the right template used.

Signed-off-by: Ryan Anderson <ryan@michonline.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-send-email-script