summaryrefslogtreecommitdiff
path: root/git-send-email.perl
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ /
| * | send-email: make --suppress-cc=self sanitize inputMichael S. Tsirkin2013-06-051-8/+15
| * | send-email: fix suppress-cc=self on cccmdMichael S. Tsirkin2013-06-051-1/+1
* | | send-email: remove warning about unset chainreplytoFelipe Contreras2013-05-281-17/+2
| |/ |/|
* | send-email: make annotate configurableFelipe Contreras2013-04-071-3/+4
* | Merge branch 'rr/send-email-perl-critique'Junio C Hamano2013-04-051-8/+10
|\ \ | |/
| * send-email: use the three-arg form of open in recipients_cmdRamkumar Ramachandra2013-03-311-1/+1
| * send-email: drop misleading function prototypeRamkumar Ramachandra2013-03-311-4/+6
| * send-email: use "return;" not "return undef;" on error codepathsRamkumar Ramachandra2013-03-311-3/+3
* | git-send-email: use git credential to obtain passwordMichal Nazarewicz2013-02-271-28/+43
|/
* Merge branch 'nz/send-email-headers-are-case-insensitive'Junio C Hamano2013-01-141-5/+5
|\
| * git-send-email: treat field names as case-insensitivelyNickolai Zeldovich2013-01-061-5/+5
| * Merge branch 'sb/send-email-reconfirm-fix' into maintJunio C Hamano2012-09-141-2/+4
| |\
| * \ Merge branch 'jc/send-email-reconfirm' into maintJunio C Hamano2012-09-141-3/+13
| |\ \
* | \ \ Merge branch 'km/send-email-remove-cruft-in-address'Junio C Hamano2012-11-291-18/+59
|\ \ \ \
| * | | | git-send-email: allow edit invalid email addressKrzysztof Mazur2012-11-261-3/+6
| * | | | git-send-email: ask what to do with an invalid email addressKrzysztof Mazur2012-11-261-2/+10
| * | | | git-send-email: remove invalid addresses earlierKrzysztof Mazur2012-11-261-13/+39
| * | | | git-send-email: fix fallback code in extract_valid_address()Krzysztof Mazur2012-11-261-5/+5
| * | | | git-send-email: remove garbage after email addressKrzysztof Mazur2012-11-261-0/+4
* | | | | send-email: avoid questions when user has an identFelipe Contreras2012-11-261-6/+1
|/ / / /
* | | | git-send-email: add rfc2047 quoting for "=?"Krzysztof Mazur2012-10-251-1/+1