author | Eric W. Biederman <ebiederm@xmission.com> | |
Thu, 21 May 2009 02:45:53 +0000 (19:45 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 21 May 2009 14:08:58 +0000 (07:08 -0700) | ||
commit | fe87c92138d91e2002c46b06f8389814436de1cf | |
tree | 4949c124606f58890af39d905de08ac1a92bf751 | tree | snapshot |
parent | 065b0702f748b50e69d67609ace2632ce04b79a1 | commit | diff |
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>
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 | diff | blob | history |