author | Stephen Boyd <bebarino@gmail.com> | |
Sun, 7 Mar 2010 22:46:48 +0000 (14:46 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 8 Mar 2010 23:55:42 +0000 (15:55 -0800) | ||
commit | f434c083a097bdc43991e4b0282b9aa1a994a60e | |
tree | d0665e90ef88cae64ab7add20ce0b04a16a3412f | tree | snapshot |
parent | c42600346bb6c3427df7ea1c5a33d723ec02d731 | commit | diff |
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>
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 | diff | blob | history | |
t/t9001-send-email.sh | diff | blob | history |