git-send-email: handle email address with quoted comma
commit0e73b3ee6ca95e1db2fe801d2b8544f4c27991df
authorWu Fengguang <fengguang.wu@intel.com>
Fri, 19 Dec 2008 08:10:10 +0000 (19 16:10 +0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 20 Dec 2008 03:10:48 +0000 (19 19:10 -0800)
tree5f67dc706abbdc18295a0a35f82567251ca2b21e
parent04c8ce9c1c803a8dc0f3728f57550f9bc9e605c2
git-send-email: handle email address with quoted comma

Correctly handle email addresses containing quoted commas, e.g.

    "Zhu, Yi" <yi.zhu@intel.com>, "Li, Shaohua" <shaohua.li@intel.com>

The commas inside the double quotes are not separators.

Signed-off-by: Wu Fengguang <fengguang.wu@intel.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl