summaryrefslogtreecommitdiff
path: root/git-send-email.perl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bn/send-email-smtp-auth-error-message-fix'Junio C Hamano2015-09-211-1/+1
|\
| * send-email: fix uninitialized var warning for $smtp_authbn/send-email-smtp-auth-error-message-fixBrian Norris2015-09-211-1/+1
* | Merge branch 'jv/send-email-selective-smtp-auth'Junio C Hamano2015-08-261-1/+25
|\ \ | |/
| * send-email: provide whitelist of SMTP AUTH mechanismsjv/send-email-selective-smtp-authJan Viktorin2015-08-171-1/+25
* | Merge branch 'rl/send-email-aliases'Junio C Hamano2015-08-031-28/+22
|\ \ | |/ |/|
| * send-email: suppress meaningless whitespaces in from fieldrl/send-email-aliasesRemi Lespinet2015-07-071-0/+1
| * send-email: allow multiple emails using --cc, --to and --bccRemi Lespinet2015-07-071-15/+2
| * send-email: consider quote as delimiter instead of characterRemi Lespinet2015-07-071-2/+4
| * send-email: reduce dependencies impact on parse_address_lineRemi Lespinet2015-07-071-1/+1
| * send-email: minor code refactoringRemi Lespinet2015-06-301-3/+3
| * send-email: allow use of aliases in the From field of --compose modeRemi Lespinet2015-06-301-2/+2
| * send-email: refactor address list processRemi Lespinet2015-06-301-10/+12
| * send-email: allow aliases in patch header and command script outputsRemi Lespinet2015-06-301-0/+2
* | send-email: further warn about unsupported sendmail aliases featureses/send-email-sendmail-aliasEric Sunshine2015-06-011-0/+4
* | send-email: implement sendmail aliases line continuation supportEric Sunshine2015-06-011-3/+7
* | send-email: simplify sendmail aliases comment and blank line recognizerEric Sunshine2015-06-011-1/+1
* | send-email: refactor sendmail aliases parserEric Sunshine2015-06-011-14/+24
* | send-email: fix style: cuddle 'elsif' and 'else' with closing braceEric Sunshine2015-06-011-12/+5
* | send-email: drop noise comments which merely repeat what code saysEric Sunshine2015-06-011-5/+0
* | send-email: visually distinguish sendmail aliases parser warningsEric Sunshine2015-06-011-3/+3
* | send-email: add sendmail email aliases formatAllen Hubbe2015-05-271-0/+25
|/
* Merge branch 'km/send-email-getopt-long-workarounds'Junio C Hamano2015-03-031-0/+10
|\
| * git-send-email.perl: support no- prefix with older GetOptionskm/send-email-getopt-long-workaroundsKyle J. McKay2015-02-161-0/+10
* | Merge branch 'jc/send-email-sensible-encoding'Junio C Hamano2015-02-251-0/+1
|\ \ | |/ |/|
| * send-email: ask confirmation if given encoding name is very shortjc/send-email-sensible-encodingJunio C Hamano2015-02-131-0/+1
| * Merge branch 'rk/send-email-ssl-cert' into maintJunio C Hamano2014-02-131-1/+2
| |\
* | \ Merge branch 'lh/send-email-hide-x-mailer'Junio C Hamano2015-01-071-3/+8
|\ \ \
| * | | send-email: add --[no-]xmailer optionLuis Henriques2014-12-151-3/+8
* | | | Merge branch 'rd/send-email-2047-fix'Junio C Hamano2015-01-071-11/+25
|\ \ \ \
| * | | | send-email: handle adjacent RFC 2047-encoded words properlyrd/send-email-2047-fixРоман Донченко2014-12-151-10/+16
| * | | | send-email: align RFC 2047 decoding more closely with the specРоман Донченко2014-12-151-11/+19
* | | | | git-send-email: add --transfer-encoding optionpb/send-email-tePaolo Bonzini2014-11-251-0/+36
* | | | | git-send-email: delay creation of MIME headersPaolo Bonzini2014-11-251-6/+19
| |/ / / |/| | |
* | | | Merge branch 'mt/send-email-cover-to-cc'Junio C Hamano2014-06-201-0/+16
|\ \ \ \
| * | | | git-send-email: two new options: to-cover, cc-coverMichael S. Tsirkin2014-04-291-0/+16
| |/ / /
* | | | send-email: windows drive prefix (e.g. C:) appears only at the beginningef/send-email-absolute-path-to-the-commandJunio C Hamano2014-04-231-1/+1
* | | | send-email: recognize absolute path on WindowsErik Faye-Lund2014-04-161-2/+14
|/ / /
* | | Merge branch 'rk/send-email-ssl-cert'Junio C Hamano2014-01-271-1/+2
|\ \ \ | |/ / |/| / | |/
| * send-email: /etc/ssl/certs/ directory may not be usable as ca_pathrk/send-email-ssl-certRuben Kerkhof2014-01-161-1/+2
* | send-email: set SSL options through IO::Socket::SSL::set_client_defaultstr/send-email-sslThomas Rast2013-12-041-2/+5
* | send-email: --smtp-ssl-cert-path takes an argumentThomas Rast2013-12-041-1/+1
* | send-email: pass Debug to Net::SMTP::SSL::newThomas Rast2013-12-041-0/+1
|/
* send-email: don't call methods on undefined valuesbc/send-email-ssl-die-message-fixBrian M. Carlson2013-09-101-1/+1
* Merge branch 'rr/send-email-ssl-verify'Junio C Hamano2013-07-221-3/+38
|\
| * send-email: be explicit with SSL certificate verificationrr/send-email-ssl-verifyRamkumar Ramachandra2013-07-181-3/+38
* | Merge branch 'bc/send-email-use-port-as-separate-param'Junio C Hamano2013-07-151-2/+4
|\ \
| * | send-email: provide port separately from hostnamebc/send-email-use-port-as-separate-parambrian m. carlson2013-07-041-2/+4
| |/
* | Merge branch 'mt/send-email-cc-match-fix'Junio C Hamano2013-06-271-2/+3
|\ \
| * | send-email: sanitize author when writing From lineMichael S. Tsirkin2013-06-201-2/+3
* | | Merge branch 'mt/send-email-cc-match-fix'Junio C Hamano2013-06-141-8/+15
|\ \ \ | |/ /