commit | 6e74e075d25aea67cf973e456a6804c0c3741235 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Fri Sep 24 10:03:00 2010 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Sep 27 12:36:57 2010 -0700 |
tree | 6e6d2d1249eb0039391bdfd073f48c66d6606695 | |
parent | 9027fa9eb7df606b6658dd48a40bb993ce222ddd [diff] |
git-send-email.perl: Add --to-cmd 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>