]> git.ipfire.org Git - thirdparty/git.git/commit - git-send-email.perl
send-email: add --no-cc, --no-to, and --no-bcc
authorStephen Boyd <bebarino@gmail.com>
Sun, 7 Mar 2010 22:46:48 +0000 (14:46 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Mar 2010 23:55:42 +0000 (15:55 -0800)
commitf434c083a097bdc43991e4b0282b9aa1a994a60e
treed0665e90ef88cae64ab7add20ce0b04a16a3412f
parentc42600346bb6c3427df7ea1c5a33d723ec02d731
send-email: add --no-cc, --no-to, and --no-bcc

There's no way to override the sendemail.to, sendemail.cc, and
sendemail.bcc config settings. Add options allowing the user to tell
git to ignore the config settings and take whatever is on the command
line.

Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl
t/t9001-send-email.sh