| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'lh/send-email-hide-x-mailer' | Junio C Hamano | 2015-01-07 | 1 | -3/+8 |
|\ |
|
| * | send-email: add --[no-]xmailer option | Luis Henriques | 2014-12-15 | 1 | -3/+8 |
* | | Merge branch 'rd/send-email-2047-fix' | Junio C Hamano | 2015-01-07 | 1 | -11/+25 |
|\ \ |
|
| * | | send-email: handle adjacent RFC 2047-encoded words properlyrd/send-email-2047-fix | Роман Донченко | 2014-12-15 | 1 | -10/+16 |
| * | | send-email: align RFC 2047 decoding more closely with the spec | Роман Донченко | 2014-12-15 | 1 | -11/+19 |
* | | | git-send-email: add --transfer-encoding optionpb/send-email-te | Paolo Bonzini | 2014-11-25 | 1 | -0/+36 |
* | | | git-send-email: delay creation of MIME headers | Paolo Bonzini | 2014-11-25 | 1 | -6/+19 |
| |/
|/| |
|
* | | Merge branch 'mt/send-email-cover-to-cc' | Junio C Hamano | 2014-06-20 | 1 | -0/+16 |
|\ \ |
|
| * | | git-send-email: two new options: to-cover, cc-cover | Michael S. Tsirkin | 2014-04-29 | 1 | -0/+16 |
| |/ |
|
* | | send-email: windows drive prefix (e.g. C:) appears only at the beginningef/send-email-absolute-path-to-the-command | Junio C Hamano | 2014-04-23 | 1 | -1/+1 |
* | | send-email: recognize absolute path on Windows | Erik Faye-Lund | 2014-04-16 | 1 | -2/+14 |
|/ |
|
* | Merge branch 'rk/send-email-ssl-cert' | Junio C Hamano | 2014-01-27 | 1 | -1/+2 |
|\ |
|
| * | send-email: /etc/ssl/certs/ directory may not be usable as ca_pathrk/send-email-ssl-cert | Ruben Kerkhof | 2014-01-16 | 1 | -1/+2 |
* | | send-email: set SSL options through IO::Socket::SSL::set_client_defaultstr/send-email-ssl | Thomas Rast | 2013-12-04 | 1 | -2/+5 |
* | | send-email: --smtp-ssl-cert-path takes an argument | Thomas Rast | 2013-12-04 | 1 | -1/+1 |
* | | send-email: pass Debug to Net::SMTP::SSL::new | Thomas Rast | 2013-12-04 | 1 | -0/+1 |
|/ |
|
* | send-email: don't call methods on undefined valuesbc/send-email-ssl-die-message-fix | Brian M. Carlson | 2013-09-10 | 1 | -1/+1 |
* | Merge branch 'rr/send-email-ssl-verify' | Junio C Hamano | 2013-07-22 | 1 | -3/+38 |
|\ |
|
| * | send-email: be explicit with SSL certificate verificationrr/send-email-ssl-verify | Ramkumar Ramachandra | 2013-07-18 | 1 | -3/+38 |
* | | Merge branch 'bc/send-email-use-port-as-separate-param' | Junio C Hamano | 2013-07-15 | 1 | -2/+4 |
|\ \ |
|
| * | | send-email: provide port separately from hostnamebc/send-email-use-port-as-separate-param | brian m. carlson | 2013-07-04 | 1 | -2/+4 |
| |/ |
|
* | | Merge branch 'mt/send-email-cc-match-fix' | Junio C Hamano | 2013-06-27 | 1 | -2/+3 |
|\ \ |
|
| * | | send-email: sanitize author when writing From line | Michael S. Tsirkin | 2013-06-20 | 1 | -2/+3 |
* | | | Merge branch 'mt/send-email-cc-match-fix' | Junio C Hamano | 2013-06-14 | 1 | -8/+15 |
|\ \ \
| |/ / |
|
| * | | send-email: make --suppress-cc=self sanitize input | Michael S. Tsirkin | 2013-06-05 | 1 | -8/+15 |
| * | | send-email: fix suppress-cc=self on cccmd | Michael S. Tsirkin | 2013-06-05 | 1 | -1/+1 |
* | | | send-email: remove warning about unset chainreplyto | Felipe Contreras | 2013-05-28 | 1 | -17/+2 |
| |/
|/| |
|
* | | send-email: make annotate configurable | Felipe Contreras | 2013-04-07 | 1 | -3/+4 |
* | | Merge branch 'rr/send-email-perl-critique' | Junio C Hamano | 2013-04-05 | 1 | -8/+10 |
|\ \
| |/ |
|
| * | send-email: use the three-arg form of open in recipients_cmd | Ramkumar Ramachandra | 2013-03-31 | 1 | -1/+1 |
| * | send-email: drop misleading function prototype | Ramkumar Ramachandra | 2013-03-31 | 1 | -4/+6 |
| * | send-email: use "return;" not "return undef;" on error codepaths | Ramkumar Ramachandra | 2013-03-31 | 1 | -3/+3 |
* | | git-send-email: use git credential to obtain password | Michal Nazarewicz | 2013-02-27 | 1 | -28/+43 |
|/ |
|
* | Merge branch 'nz/send-email-headers-are-case-insensitive' | Junio C Hamano | 2013-01-14 | 1 | -5/+5 |
|\ |
|
| * | git-send-email: treat field names as case-insensitively | Nickolai Zeldovich | 2013-01-06 | 1 | -5/+5 |
| * | Merge branch 'sb/send-email-reconfirm-fix' into maint | Junio C Hamano | 2012-09-14 | 1 | -2/+4 |
| |\ |
|
| * \ | Merge branch 'jc/send-email-reconfirm' into maint | Junio C Hamano | 2012-09-14 | 1 | -3/+13 |
| |\ \ |
|
* | \ \ | Merge branch 'km/send-email-remove-cruft-in-address' | Junio C Hamano | 2012-11-29 | 1 | -18/+59 |
|\ \ \ \ |
|
| * | | | | git-send-email: allow edit invalid email address | Krzysztof Mazur | 2012-11-26 | 1 | -3/+6 |
| * | | | | git-send-email: ask what to do with an invalid email address | Krzysztof Mazur | 2012-11-26 | 1 | -2/+10 |
| * | | | | git-send-email: remove invalid addresses earlier | Krzysztof Mazur | 2012-11-26 | 1 | -13/+39 |
| * | | | | git-send-email: fix fallback code in extract_valid_address() | Krzysztof Mazur | 2012-11-26 | 1 | -5/+5 |
| * | | | | git-send-email: remove garbage after email address | Krzysztof Mazur | 2012-11-26 | 1 | -0/+4 |
* | | | | | send-email: avoid questions when user has an ident | Felipe Contreras | 2012-11-26 | 1 | -6/+1 |
|/ / / / |
|
* | | | | git-send-email: add rfc2047 quoting for "=?" | Krzysztof Mazur | 2012-10-25 | 1 | -1/+1 |
* | | | | git-send-email: introduce quote_subject() | Krzysztof Mazur | 2012-10-25 | 1 | -6/+19 |
* | | | | git-send-email: skip RFC2047 quoting for ASCII subjects | Krzysztof Mazur | 2012-10-25 | 1 | -1/+2 |
* | | | | git-send-email: use compose-encoding for Subject | Krzysztof Mazur | 2012-10-25 | 1 | -4/+4 |
* | | | | git-send-email: introduce compose-encoding | Krzysztof Mazur | 2012-10-10 | 1 | -1/+8 |
* | | | | Merge branch 'sb/send-email-reconfirm-fix' | Junio C Hamano | 2012-09-12 | 1 | -2/+4 |
|\ \ \ \
| | |_|/
| |/| | |
|