git-send-email.perl: Add --to-cmd
authorJoe Perches <joe@perches.com>
Fri, 24 Sep 2010 17:03:00 +0000 (10:03 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Sep 2010 19:36:57 +0000 (12:36 -0700)
Add the ability to use a command line --to-cmd=cmd
to create the list of "To:" addresses.

Used a shared routine for --cc-cmd and --to-cmd.

Did not use IPC::Open2, leaving that for Ævar if
ever he decides to fix the other bugs he might find.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found