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