git-send-email: allow whitespace in addressee list
commitd1eb35b653ddc1bb3fffde1729a7f10342525049
authorPieter de Bie <pdebie@ai.rug.nl>
Sat, 7 Jun 2008 13:34:36 +0000 (7 15:34 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 8 Jun 2008 20:46:38 +0000 (8 13:46 -0700)
tree06cb0c6105641e5c1faf3e7f864fd9d644faea89
parent9f7820ae574815e6a5c2a8c361a3c7e788d0930c
git-send-email: allow whitespace in addressee list

When interactively supplying addresses to send an email to with
send-email, whitespace after the separation comma (as in 'list, jc')
wasn't ignored.  This meant that resolving of the alias ' jc' would
fail, sending an email only to list. With this patch, the optional
trailing whitespace is ignored.

Signed-off-by: Pieter de Bie <pdebie@ai.rug.nl>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl