]> git.ipfire.org Git - thirdparty/git.git/commit - git-send-email.perl
send-email: add no-validate option
authorJeff King <peff@peff.net>
Fri, 18 Jan 2008 14:20:10 +0000 (09:20 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 18 Jan 2008 21:33:57 +0000 (13:33 -0800)
commitc764a0c2b6d8c94d90c95fa8170970c85a40665c
tree41c7e7af23dc3e31552b23c70a54a4b9462dc672
parent747bbff9b9583642cd8702b7b559757a6960df00
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>
git-send-email.perl
t/t9001-send-email.sh