Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'md/smtp-tls-hello-again' | Junio C Hamano | 2011-10-18 | 1 | -1/+1 |
|\ | |||||
| * | send-email: Honour SMTP domain when using TLS | Matthew Daley | 2011-10-15 | 1 | -1/+1 |
* | | send-email: Fix %config_path_settings handling | Cord Seele | 2011-10-14 | 1 | -2/+10 |
* | | Merge branch 'cs/perl-config-path-send-email' | Junio C Hamano | 2011-10-12 | 1 | -1/+9 |
|\ \ | |||||
| * | | use new Git::config_path() for aliasesfilecs/perl-config-path-send-email | Cord Seele | 2011-09-30 | 1 | -1/+9 |
* | | | Merge branch 'zj/send-email-authen-sasl' | Junio C Hamano | 2011-10-12 | 1 | -0/+6 |
|\ \ \ | |||||
| * | | | send-email: auth plain/login fixzj/send-email-authen-sasl | Zbigniew Jędrzejewski-Szmek | 2011-09-29 | 1 | -0/+6 |
* | | | | send-email: add option -h | Clemens Buchacher | 2011-09-12 | 1 | -1/+4 |
| |/ / |/| | | |||||
* | | | git-send-email: fix missing space in error message | Sylvain Rabot | 2011-04-29 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'ao/send-email-irt' | Junio C Hamano | 2010-11-24 | 1 | -1/+2 |
|\ \ | |||||
| * | | git-send-email.perl: make initial In-Reply-To apply only to first email | Antonio Ospite | 2010-11-12 | 1 | -1/+2 |
* | | | Merge branch 'maint' | Junio C Hamano | 2010-11-24 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | Merge branch 'tr/send-email-refuse-sending-unedited-cover-letter' into maint | Junio C Hamano | 2010-11-24 | 1 | -0/+13 |
| |\ \ | |||||
| * | | | git-send-email.perl: Deduplicate "to:" and "cc:" entries with names | Joe Perches | 2010-11-24 | 1 | -1/+1 |
* | | | | Merge branch 'ab/send-email-perl' | Junio C Hamano | 2010-10-26 | 1 | -39/+35 |
|\ \ \ \ | |||||
| * | | | | send-email: extract_valid_address use qr// regexes | Ævar Arnfjörð Bjarmason | 2010-09-30 | 1 | -2/+2 |
| * | | | | send-email: is_rfc2047_quoted use qr// regexes | Ævar Arnfjörð Bjarmason | 2010-09-30 | 1 | -2/+2 |
| * | | | | send-email: use Perl idioms in while loop | Ævar Arnfjörð Bjarmason | 2010-09-30 | 1 | -3/+2 |
| * | | | | send-email: make_message_id use "require" instead of "use" | Ævar Arnfjörð Bjarmason | 2010-09-30 | 1 | -1/+1 |
| * | | | | send-email: send_message die on $!, not $? | Ævar Arnfjörð Bjarmason | 2010-09-30 | 1 | -1/+1 |
| * | | | | send-email: use (?:) instead of () if no match variables are needed | Ævar Arnfjörð Bjarmason | 2010-09-30 | 1 | -1/+1 |
| * | | | | send-email: sanitize_address use qq["foo"], not "\"foo\"" | Ævar Arnfjörð Bjarmason | 2010-09-30 | 1 | -1/+1 |
| * | | | | send-email: sanitize_address use $foo, not "$foo" | Ævar Arnfjörð Bjarmason | 2010-09-30 | 1 | -1/+1 |
| * | | | | send-email: use \E***\Q instead of \*\*\* | Ævar Arnfjörð Bjarmason | 2010-09-30 | 1 | -1/+1 |
| * | | | | send-email: cleanup_compose_files doesn't need a prototype | Ævar Arnfjörð Bjarmason | 2010-09-30 | 1 | -3/+1 |
| * | | | | send-email: unique_email_list doesn't need a prototype | Ævar Arnfjörð Bjarmason | 2010-09-30 | 1 | -2/+1 |
| * | | | | send-email: file_declares_8bit_cte doesn't need a prototype | Ævar Arnfjörð Bjarmason | 2010-09-30 | 1 | -1/+1 |
| * | | | | send-email: get_patch_subject doesn't need a prototype | Ævar Arnfjörð Bjarmason | 2010-09-30 | 1 | -1/+1 |
| * | | | | send-email: use lexical filehandles during sending | Ævar Arnfjörð Bjarmason | 2010-09-30 | 1 | -7/+7 |
| * | | | | send-email: use lexical filehandles for $compose | Ævar Arnfjörð Bjarmason | 2010-09-30 | 1 | -11/+11 |
| * | | | | send-email: use lexical filehandle for opendir | Ævar Arnfjörð Bjarmason | 2010-09-30 | 1 | -3/+3 |
* | | | | | Merge branch 'sb/send-email-use-to-from-input' | Junio C Hamano | 2010-10-26 | 1 | -8/+17 |
|\ \ \ \ \ | |||||
| * | | | | | send-email: Don't leak To: headers between patches | Stephen Boyd | 2010-10-04 | 1 | -8/+10 |
| * | | | | | send-email: Use To: headers in patch files | Stephen Boyd | 2010-09-29 | 1 | -0/+7 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'ab/require-perl-5.8' | Junio C Hamano | 2010-10-26 | 1 | -1/+2 |
|\ \ \ \ \ | |||||
| * | | | | | perl: use "use warnings" instead of -w | Ævar Arnfjörð Bjarmason | 2010-09-27 | 1 | -1/+1 |
| * | | | | | perl: bump the required Perl version to 5.8 from 5.6.[21] | Ævar Arnfjörð Bjarmason | 2010-09-27 | 1 | -0/+1 |
* | | | | | | Merge branch 'jp/send-email-to-cmd' | Junio C Hamano | 2010-10-26 | 1 | -17/+34 |
|\ \ \ \ \ \ | |||||
| * | | | | | | git-send-email.perl: Add --to-cmd | Joe Perches | 2010-09-27 | 1 | -17/+34 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'po/sendemail' | Junio C Hamano | 2010-10-26 | 1 | -3/+9 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | New send-email option smtpserveroption. | Pascal Obry | 2010-09-06 | 1 | -1/+7 |
| * | | | | | Remove @smtp_host_parts variable as not used. | Pascal Obry | 2010-09-06 | 1 | -1/+1 |
| * | | | | | Minor indentation fix. | Pascal Obry | 2010-09-06 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Merge branch 'tr/send-email-refuse-sending-unedited-cover-letter' | Junio C Hamano | 2010-09-29 | 1 | -0/+13 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | send-email: Refuse to send cover-letter template subject | Thomas Rast | 2010-09-08 | 1 | -0/+13 |
| |/ / / | |||||
* | | | | Merge branch 'ab/send-email-catfile' | Junio C Hamano | 2010-09-29 | 1 | -1/+2 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | send-email: use catfile() to concatenate files | Ævar Arnfjörð Bjarmason | 2010-09-14 | 1 | -1/+2 |
| |/ / | |||||
* | | | git-send-email.perl: ensure $domain is defined before using it | Brandon Casey | 2010-09-27 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'tr/send-email-8bit' | Junio C Hamano | 2010-06-27 | 1 | -0/+60 |
|\ \ | |||||
| * | | send-email: ask about and declare 8bit mails | Thomas Rast | 2010-06-18 | 1 | -0/+60 |