summaryrefslogtreecommitdiff
path: root/git-send-email.perl
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | git-send-email: introduce quote_subject()Krzysztof Mazur2012-10-251-6/+19
* | | | git-send-email: skip RFC2047 quoting for ASCII subjectsKrzysztof Mazur2012-10-251-1/+2
* | | | git-send-email: use compose-encoding for SubjectKrzysztof Mazur2012-10-251-4/+4
* | | | git-send-email: introduce compose-encodingKrzysztof Mazur2012-10-101-1/+8
* | | | Merge branch 'sb/send-email-reconfirm-fix'Junio C Hamano2012-09-121-2/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | send-email: initial_to and initial_reply_to are both optionalStephen Boyd2012-09-061-2/+4
| | |/ | |/|
* | | Merge branch 'jc/send-email-reconfirm'Junio C Hamano2012-09-031-3/+13
|\ \ \ | |/ / | | / | |/ |/|
| * send-email: validate & reconfirm interactive responsesJunio C Hamano2012-08-141-3/+13
* | send-email: improve RFC2047 quote parsingThomas Rast2012-07-311-4/+6
|/
* send-email: multiedit is a boolean config optionJeff King2012-01-091-1/+1
* Merge branch 'md/smtp-tls-hello-again'Junio C Hamano2011-10-181-1/+1
|\
| * send-email: Honour SMTP domain when using TLSMatthew Daley2011-10-151-1/+1
* | send-email: Fix %config_path_settings handlingCord Seele2011-10-141-2/+10
* | Merge branch 'cs/perl-config-path-send-email'Junio C Hamano2011-10-121-1/+9
|\ \
| * | use new Git::config_path() for aliasesfilecs/perl-config-path-send-emailCord Seele2011-09-301-1/+9
* | | Merge branch 'zj/send-email-authen-sasl'Junio C Hamano2011-10-121-0/+6
|\ \ \
| * | | send-email: auth plain/login fixzj/send-email-authen-saslZbigniew Jędrzejewski-Szmek2011-09-291-0/+6
* | | | send-email: add option -hClemens Buchacher2011-09-121-1/+4
| |/ / |/| |
* | | git-send-email: fix missing space in error messageSylvain Rabot2011-04-291-1/+1
|/ /
* | Merge branch 'ao/send-email-irt'Junio C Hamano2010-11-241-1/+2
|\ \
| * | git-send-email.perl: make initial In-Reply-To apply only to first emailAntonio Ospite2010-11-121-1/+2
* | | Merge branch 'maint'Junio C Hamano2010-11-241-1/+1
|\ \ \ | |/ / |/| |