git-send-email: Handle quotes when parsing .mailrc files
commitfe87c92138d91e2002c46b06f8389814436de1cf
authorEric W. Biederman <ebiederm@xmission.com>
Thu, 21 May 2009 02:45:53 +0000 (20 19:45 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 May 2009 14:08:58 +0000 (21 07:08 -0700)
tree4949c124606f58890af39d905de08ac1a92bf751
parent065b0702f748b50e69d67609ace2632ce04b79a1
git-send-email: Handle quotes when parsing .mailrc files

It is legal and not uncommon to use quotes in a .mailrc file so
you can include a persons fullname as well as their email alias.
Handle this by using quotewords instead of split when parsing
.mailrc files.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl