This is an almost unmodified resend of Remi's patch here: http://thread.gmane.org/gmane.comp.version-control.git/271844/focus=272499 The last patches had trouble reaching the list, hopefully this will be easier to apply. Two minor changes: * Removed the Helped-by: Remi trailer in a message sent by the same Remi. * Allow -> allow in the subject line of a patch. No code change. Remi Lespinet (10): t9001-send-email: move script creation in a setup test send-email: allow aliases in patch header and command script outputs t9001-send-email: refactor header variable fields replacement send-email: refactor address list process send-email: allow use of aliases in the From field of --compose mode send-email: minor code refactoring send-email: reduce dependencies impact on parse_address_line send-email: consider quote as delimiter instead of character send-email: allow multiple emails using --cc, --to and --bcc send-email: suppress meaningless whitespaces in from field Documentation/git-send-email.txt | 12 +-- git-send-email.perl | 50 ++++++------- perl/Git.pm | 67 +++++++++++++++++ t/t9000-addresses.sh | 30 ++++++++ t/t9000/test.pl | 67 +++++++++++++++++ t/t9001-send-email.sh | 154 ++++++++++++++++++++++++++++++++++++--- 6 files changed, 336 insertions(+), 44 deletions(-) create mode 100755 t/t9000-addresses.sh create mode 100755 t/t9000/test.pl -- 2.5.0.rc0.10.g7792c2a -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html