author | Jeff King <peff@peff.net> | |
Fri, 18 Jan 2008 14:20:10 +0000 (09:20 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 18 Jan 2008 21:33:57 +0000 (13:33 -0800) | ||
commit | c764a0c2b6d8c94d90c95fa8170970c85a40665c | |
tree | 41c7e7af23dc3e31552b23c70a54a4b9462dc672 | tree | snapshot |
parent | 747bbff9b9583642cd8702b7b559757a6960df00 | commit | diff |
send-email: add no-validate option
Since we are now sanity-checking the contents of patches and
refusing to send ones with long lines, this knob provides a
way for the user to override the new behavior (if, e.g., he
knows his SMTP path will handle it).
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Since we are now sanity-checking the contents of patches and
refusing to send ones with long lines, this knob provides a
way for the user to override the new behavior (if, e.g., he
knows his SMTP path will handle it).
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl | diff | blob | history | |
t/t9001-send-email.sh | diff | blob | history |