Age | Commit message (Expand) | Author | Files | Lines |
2013-01-20 | Merge branch 'nz/send-email-headers-are-case-insensitive' into maint | 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 |
2012-10-25 | git-send-email: use compose-encoding for Subject | Krzysztof Mazur | 1 | -4/+4 |
2012-10-10 | git-send-email: introduce compose-encoding | Krzysztof Mazur | 1 | -1/+8 |
2012-09-14 | Merge branch 'sb/send-email-reconfirm-fix' into maint | Junio C Hamano | 1 | -2/+4 |
2012-09-14 | Merge branch 'jc/send-email-reconfirm' into maint | Junio C Hamano | 1 | -3/+13 |
2012-09-12 | Merge branch 'sb/send-email-reconfirm-fix' | Junio C Hamano | 1 | -2/+4 |
2012-09-06 | send-email: initial_to and initial_reply_to are both optional | Stephen Boyd | 1 | -2/+4 |
2012-09-03 | Merge branch 'jc/send-email-reconfirm' | Junio C Hamano | 1 | -3/+13 |
2012-08-14 | send-email: validate & reconfirm interactive responses | Junio C Hamano | 1 | -3/+13 |
2012-07-31 | send-email: improve RFC2047 quote parsing | Thomas Rast | 1 | -4/+6 |
2012-01-09 | send-email: multiedit is a boolean config option | Jeff King | 1 | -1/+1 |
2011-10-18 | Merge branch 'md/smtp-tls-hello-again' | Junio C Hamano | 1 | -1/+1 |
2011-10-15 | send-email: Honour SMTP domain when using TLS | Matthew Daley | 1 | -1/+1 |
2011-10-14 | send-email: Fix %config_path_settings handling | Cord Seele | 1 | -2/+10 |
2011-10-12 | Merge branch 'cs/perl-config-path-send-email' | Junio C Hamano | 1 | -1/+9 |
2011-10-12 | Merge branch 'zj/send-email-authen-sasl' | Junio C Hamano | 1 | -0/+6 |
2011-09-30 | use new Git::config_path() for aliasesfile | Cord Seele | 1 | -1/+9 |
2011-09-29 | send-email: auth plain/login fix | Zbigniew Jędrzejewski-Szmek | 1 | -0/+6 |
2011-09-12 | send-email: add option -h | Clemens Buchacher | 1 | -1/+4 |
2011-04-29 | git-send-email: fix missing space in error message | Sylvain Rabot | 1 | -1/+1 |
2010-11-24 | Merge branch 'ao/send-email-irt' | Junio C Hamano | 1 | -1/+2 |
2010-11-24 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2010-11-24 | Merge branch 'tr/send-email-refuse-sending-unedited-cover-letter' into maint | Junio C Hamano | 1 | -0/+13 |
2010-11-24 | git-send-email.perl: Deduplicate "to:" and "cc:" entries with names | Joe Perches | 1 | -1/+1 |
2010-11-12 | git-send-email.perl: make initial In-Reply-To apply only to first email | Antonio Ospite | 1 | -1/+2 |
2010-10-26 | Merge branch 'ab/send-email-perl' | Junio C Hamano | 1 | -39/+35 |
2010-10-26 | Merge branch 'sb/send-email-use-to-from-input' | Junio C Hamano | 1 | -8/+17 |
2010-10-26 | Merge branch 'ab/require-perl-5.8' | Junio C Hamano | 1 | -1/+2 |
2010-10-26 | Merge branch 'jp/send-email-to-cmd' | Junio C Hamano | 1 | -17/+34 |
2010-10-26 | Merge branch 'po/sendemail' | Junio C Hamano | 1 | -3/+9 |
2010-10-04 | send-email: Don't leak To: headers between patches | Stephen Boyd | 1 | -8/+10 |
2010-09-30 | send-email: extract_valid_address use qr// regexes | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
2010-09-30 | send-email: is_rfc2047_quoted use qr// regexes | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
2010-09-30 | send-email: use Perl idioms in while loop | Ævar Arnfjörð Bjarmason | 1 | -3/+2 |
2010-09-30 | send-email: make_message_id use "require" instead of "use" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2010-09-30 | send-email: send_message die on $!, not $? | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2010-09-30 | send-email: use (?:) instead of () if no match variables are needed | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2010-09-30 | send-email: sanitize_address use qq["foo"], not "\"foo\"" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2010-09-30 | send-email: sanitize_address use $foo, not "$foo" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |