293 Commits (f849bb6b3b4ccc7cc1a68f49d6ff1e9c508fdf17)

Author SHA1 Message Date
Brian M. Carlson 6cb0c88305 send-email: don't call methods on undefined values 12 years ago
Ramkumar Ramachandra 35035bbf07 send-email: be explicit with SSL certificate verification 12 years ago
brian m. carlson 1a741bf73f send-email: provide port separately from hostname 12 years ago
Michael S. Tsirkin 4cb46bddeb send-email: sanitize author when writing From line 12 years ago
Michael S. Tsirkin da18759e86 send-email: make --suppress-cc=self sanitize input 12 years ago
Michael S. Tsirkin 5e3ee39df2 send-email: fix suppress-cc=self on cccmd 12 years ago
Felipe Contreras b99d22f29a send-email: remove warning about unset chainreplyto 12 years ago
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 13 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 14 years ago
Cord Seele 463b0ea22b send-email: Fix %config_path_settings handling 14 years ago
Cord Seele cec5dae827 use new Git::config_path() for aliasesfile 14 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