282 Commits (ac5611a1ccbbb125b65882711e18331a3b91a1ca)

Author SHA1 Message Date
Felipe Contreras 402596aafa send-email: make annotate configurable 12 years ago
Ramkumar Ramachandra a47eab03f6 send-email: use the three-arg form of open in recipients_cmd 12 years ago
Ramkumar Ramachandra 9b39703920 send-email: drop misleading function prototype 12 years ago
Ramkumar Ramachandra 622bc93091 send-email: use "return;" not "return undef;" on error codepaths 12 years ago
Michal Nazarewicz 4d31a44a08 git-send-email: use git credential to obtain password 12 years ago
Nickolai Zeldovich 6310071abf git-send-email: treat field names as case-insensitively 12 years ago
Krzysztof Mazur d0e98107ba git-send-email: allow edit invalid email address 12 years ago
Krzysztof Mazur 5c80afed02 git-send-email: ask what to do with an invalid email address 12 years ago
Krzysztof Mazur e431225569 git-send-email: remove invalid addresses earlier 12 years ago
Felipe Contreras 8cac13dccb send-email: avoid questions when user has an ident 12 years ago
Krzysztof Mazur 95c0d4b68a git-send-email: fix fallback code in extract_valid_address() 12 years ago
Krzysztof Mazur 831a488b76 git-send-email: remove garbage after email address 12 years ago
Krzysztof Mazur ce1459f740 git-send-email: add rfc2047 quoting for "=?" 12 years ago
Krzysztof Mazur ce5478006c git-send-email: introduce quote_subject() 12 years ago
Krzysztof Mazur 5637d85732 git-send-email: skip RFC2047 quoting for ASCII subjects 12 years ago
Krzysztof Mazur 4a47a4ddec git-send-email: use compose-encoding for Subject 12 years ago
Krzysztof Mazur 62e0069056 git-send-email: introduce compose-encoding 12 years ago
Stephen Boyd 618374930a send-email: initial_to and initial_reply_to are both optional 13 years ago
Junio C Hamano 51bbccfd1b send-email: validate & reconfirm interactive responses 13 years ago
Thomas Rast b622d4d11d send-email: improve RFC2047 quote parsing 13 years ago
Jeff King 829a1c6169 send-email: multiedit is a boolean config option 13 years ago
Matthew Daley 155b940f7a send-email: Honour SMTP domain when using TLS 13 years ago
Cord Seele 463b0ea22b send-email: Fix %config_path_settings handling 13 years ago
Cord Seele cec5dae827 use new Git::config_path() for aliasesfile 13 years ago
Zbigniew Jędrzejewski-Szmek ccdbdc79a3 send-email: auth plain/login fix 14 years ago
Clemens Buchacher c5978246f0 send-email: add option -h 14 years ago
Sylvain Rabot a1dd7e16ad git-send-email: fix missing space in error message 14 years ago
Joe Perches 83acaaec12 git-send-email.perl: Deduplicate "to:" and "cc:" entries with names 14 years ago
Antonio Ospite db54c8e710 git-send-email.perl: make initial In-Reply-To apply only to first email 14 years ago
Stephen Boyd 3c3bb51c3b send-email: Don't leak To: headers between patches 15 years ago
Ævar Arnfjörð Bjarmason 35b6ab955d send-email: extract_valid_address use qr// regexes 15 years ago
Ævar Arnfjörð Bjarmason 49f73852c8 send-email: is_rfc2047_quoted use qr// regexes 15 years ago
Ævar Arnfjörð Bjarmason 41ae8f1d6c send-email: use Perl idioms in while loop 15 years ago
Ævar Arnfjörð Bjarmason 529dd386dd send-email: make_message_id use "require" instead of "use" 15 years ago
Ævar Arnfjörð Bjarmason 5e2c2ab159 send-email: send_message die on $!, not $? 15 years ago
Ævar Arnfjörð Bjarmason e9bf741b88 send-email: use (?:) instead of () if no match variables are needed 15 years ago
Ævar Arnfjörð Bjarmason d5c7d69d0f send-email: sanitize_address use qq["foo"], not "\"foo\"" 15 years ago
Ævar Arnfjörð Bjarmason ff48389731 send-email: sanitize_address use $foo, not "$foo" 15 years ago
Ævar Arnfjörð Bjarmason 0d290a4634 send-email: use \E***\Q instead of \*\*\* 15 years ago
Ævar Arnfjörð Bjarmason 4bf597ee05 send-email: cleanup_compose_files doesn't need a prototype 15 years ago
Ævar Arnfjörð Bjarmason c438ea2a8b send-email: unique_email_list doesn't need a prototype 15 years ago
Ævar Arnfjörð Bjarmason 1d50bfd9c7 send-email: file_declares_8bit_cte doesn't need a prototype 15 years ago
Ævar Arnfjörð Bjarmason acf071b092 send-email: get_patch_subject doesn't need a prototype 15 years ago
Ævar Arnfjörð Bjarmason f9237e6157 send-email: use lexical filehandles during sending 15 years ago
Ævar Arnfjörð Bjarmason fe0f944f3b send-email: use lexical filehandles for $compose 15 years ago
Ævar Arnfjörð Bjarmason c6038169a7 send-email: use lexical filehandle for opendir 15 years ago
Stephen Boyd 21802cd328 send-email: Use To: headers in patch files 15 years ago
Ævar Arnfjörð Bjarmason 3328acedc6 perl: use "use warnings" instead of -w 15 years ago
Ævar Arnfjörð Bjarmason d48b284183 perl: bump the required Perl version to 5.8 from 5.6.[21] 15 years ago
Joe Perches 6e74e075d2 git-send-email.perl: Add --to-cmd 15 years ago