commit | c764a0c2b6d8c94d90c95fa8170970c85a40665c | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Fri Jan 18 09:20:10 2008 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Jan 18 13:33:57 2008 -0800 |
tree | 41c7e7af23dc3e31552b23c70a54a4b9462dc672 | |
parent | 747bbff9b9583642cd8702b7b559757a6960df00 [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>