115 Commits (42c8c74c1401352b0f388e47a2c9fcd52171c9d3)

Author SHA1 Message Date
Junio C Hamano ba51795c5f send-email: --no-signed-off-cc should suppress 'sob' cc 17 years ago
Jay Soffian 6ecbc851fb send-email: fix In-Reply-To regression 17 years ago
Jay Soffian 0fb7fc751d send-email: fix In-Reply-To regression 17 years ago
Jay Soffian 1ca3d6ed01 send-email: squelch warning due to comparing undefined $_ to "" 17 years ago
David Brown 656482830d git-send-email: Generalize auto-cc recipient mechanism. 17 years ago
Michael Witten 8a7c56e159 git-send-email: Better handling of EOF 17 years ago
Michael Witten 8742997607 git-send-email: SIG{TERM,INT} handlers 17 years ago
Michael Witten 2363d7467d git-send-email: ssh/login style password requests 17 years ago
Gustaf Hendeby 97394ee430 send-email, fix breakage in combination with --compose 17 years ago
Jeff King c764a0c2b6 send-email: add no-validate option 17 years ago
Jeff King 747bbff9b9 send-email: validate patches before sending anything 17 years ago
Jeff King aa54892f5a send-email: detect invocation errors earlier 17 years ago
Gustaf Hendeby 0e0278baad Make git send-email accept $EDITOR with arguments 17 years ago
Jeff King 4f3d37035a git-send-email: avoid duplicate message-ids 17 years ago
Junio C Hamano ace9c2a9dd send-email: do not muck with initial-reply-to when unset. 17 years ago
Mike Hommey ace72086bb git-send-email.perl: Really add angle brackets to In-Reply-To if necessary 17 years ago
Wincent Colaiuta 5f5b611805 Authenticate only once in git-send-email 17 years ago
Jeff King 8641ee3dcb send-email: add transfer encoding header with content-type 17 years ago
Ask Bjørn Hansen 7ac1752929 send-email: Don't add To: recipients to the Cc: header 17 years ago
David D. Kilzer b7f30e0a97 git-send-email: show all headers when sending mail 17 years ago
Jeff King 8291db6f58 git-send-email: add charset header if we add encoded 'From' 17 years ago
Benoit Sigoure cb6c162fba git-send-email: Change the prompt for the subject of the initial message. 17 years ago
Uwe Kleine-König 620bb245b9 send-email: apply --suppress-from to S-o-b and cc-cmd 17 years ago
Miklos Vajna 2db9b49c6c git-send-email: add a new sendemail.to configuration variable 17 years ago
Junio C Hamano 44b2476a12 send-email --smtp-server-port: allow overriding the default port 18 years ago
Junio C Hamano be510cfef3 send-email: make message-id generation a bit more robust 18 years ago
David Kastrup 3803bceae8 git-send-email.perl: Add angle brackets to In-Reply-To if necessary 18 years ago
Douglas Stockwell 34cc60ce2b send-email: Add support for SSL and SMTP-AUTH 18 years ago
Sean Estabrooks 412876dcbb Reset terminal attributes when terminating git send-email 18 years ago
Joe Perches 324a8bd0cf git-send-email --cc-cmd 18 years ago
Uwe Kleine-König 94638f89f5 send-email: get all the quoting of realnames right 18 years ago
Uwe Kleine-König 155197e6e7 send-email: rfc822 forbids using <address@domain> without a non-empty "phrase" 18 years ago
Uwe Kleine-K,Av(Bnig 5b56aaa29e send-email: teach sanitize_address to do rfc2047 quoting 18 years ago
Kumar Gala 2d8ae400d1 send-email: Update regex parsing for pine aliases 18 years ago
Adam Roben ef0c2abf3e Add GIT_EDITOR environment and core.editor configuration variables 18 years ago
Stephen Rothwell 689b4d552b send-email: discard blank around address in extract_valid_address as well. 18 years ago
Greg KH b06c6bc831 make git-send-email.perl handle email addresses with no names when Email::Valid is present 18 years ago
Michael Hendricks ae740a588d git-send-email: allow an email alias for --from 18 years ago
Adam Roben 5483c71d7a git-send-email: make options easier to configure. 18 years ago
Adam Roben e46f7a0e1c git-send-email: Add --threaded option 18 years ago
Junio C Hamano aeb5932845 git-send-email: Do not make @-less message ID 18 years ago
Kristian Høgsberg 2cf69cf6ed Unquote From line from patch before comparing with given from address. 18 years ago
Michael Hendricks 504ceab6d2 git-send-email: allow leading white space on mutt aliases 18 years ago
Petr Baudis 35c49eeae7 Git.pm: config_boolean() -> config_bool() 18 years ago
Robin H. Johnson bf7af11674 Sanitize @to recipients. 18 years ago
Robin H. Johnson f073a592d6 Allow users to optionally specify their envelope sender. 18 years ago
Robin H. Johnson 2b69bfc23d Ensure clean addresses are always used with Net::SMTP 18 years ago
Robin H. Johnson c38f0247a8 Validate @recipients before using it for sendmail and Net::SMTP. 18 years ago
Robin H. Johnson 732263d411 Perform correct quoting of recipient names. 18 years ago
Robin H. Johnson af068d2742 Change the scope of the $cc variable as it is not needed outside of send_message. 18 years ago