Age | Commit message (Expand) | Author | Files | Lines |
2009-06-12 | add a test for git-send-email for non-threaded mails | Markus Heidelberg | 1 | -0/+10 |
2009-06-09 | send-email: use UTF-8 rather than utf-8 for consistency | Brandon Casey | 1 | -4/+4 |
2009-04-25 | t9001: use older Getopt::Long boolean prefix '--no' rather than '--no-' | Brandon Casey | 1 | -1/+1 |
2009-04-08 | tests: skip perl tests if NO_PERL is defined | Jeff King | 1 | -0/+5 |
2009-04-04 | send-email: fix nasty bug in ask() function | Jay Soffian | 1 | -0/+13 |
2009-04-02 | send-email: ensure quoted addresses are rfc2047 encoded | Jay Soffian | 1 | -0/+13 |
2009-04-02 | send-email: correct two tests which were going interactive | Jay Soffian | 1 | -3/+5 |
2009-04-01 | send-email: ask_default should apply to all emails, not just the first | Jay Soffian | 1 | -1/+3 |
2009-03-29 | send-email: add tests for refactored prompting | Jay Soffian | 1 | -4/+48 |
2009-03-17 | Merge branch 'tr/maint-1.6.0-send-email-irt' | Junio C Hamano | 1 | -0/+11 |
2009-03-17 | Tests: use test_cmp instead of diff where possible | Miklos Vajna | 1 | -1/+1 |
2009-03-11 | send-email: test --no-thread --in-reply-to combination | Thomas Rast | 1 | -0/+11 |
2009-03-02 | send-email: add --confirm option and configuration setting | Jay Soffian | 1 | -16/+92 |
2009-02-14 | send-email: --suppress-cc improvements | Jay Soffian | 1 | -19/+131 |
2009-02-14 | send-email: handle multiple Cc addresses when reading mbox message | Jay Soffian | 1 | -7/+37 |
2008-11-30 | send-email: do not reverse the command line arguments | Junio C Hamano | 1 | -0/+13 |
2008-11-11 | git send-email: interpret unknown files as revision lists | Pierre Habouzit | 1 | -0/+8 |
2008-10-12 | t9001: use older Getopt::Long boolean prefix '--no' rather than '--no-' | Brandon Casey | 1 | -1/+1 |
2008-09-03 | tests: use "git xyzzy" form (t7200 - t9001) | Nanako Shiraishi | 1 | -1/+1 |
2008-07-19 | t9001 (send-email): Do not use hardcoded /bin/sh in test | Junio C Hamano | 1 | -4/+4 |
2008-07-13 | t/: Use "test_must_fail git" instead of "! git" | Stephan Beyer | 1 | -1/+1 |
2008-05-21 | Merge branch 'jk/maint-send-email-compose' | Junio C Hamano | 1 | -0/+59 |
2008-05-21 | send-email: rfc2047-quote subject lines with non-ascii characters | Jeff King | 1 | -0/+15 |
2008-05-21 | send-email: specify content-type of --compose body | Jeff King | 1 | -0/+44 |
2008-05-14 | Merge branch 'bd/tests' | Junio C Hamano | 1 | -2/+3 |
2008-05-05 | Use test_set_editor in t9001-send-email.sh | Bryan Donlan | 1 | -4/+1 |
2008-05-05 | git-send-email.perl: Handle shell metacharacters in $EDITOR properly | Bryan Donlan | 1 | -2/+6 |
2008-04-29 | Add tests for sendemail.cc configuration variable | Miklos Vajna | 1 | -0/+66 |
2008-03-13 | add test_cmp function for test scripts | Jeff King | 1 | -1/+1 |
2008-02-24 | send-email: test compose functionality | Jeff King | 1 | -0/+29 |
2008-02-24 | t9001: enhance fake sendmail test harness | Jeff King | 1 | -7/+15 |
2008-02-21 | send-email: fix In-Reply-To regression | Jay Soffian | 1 | -0/+21 |
2008-01-28 | t9001: add missing && operators | Jeff King | 1 | -4/+4 |
2008-01-18 | send-email: add no-validate option | Jeff King | 1 | -0/+10 |
2008-01-18 | send-email: validate patches before sending anything | Jeff King | 1 | -0/+20 |
2007-11-19 | git-send-email: show all headers when sending mail | David D. Kilzer | 1 | -0/+37 |
2007-09-24 | Fixed minor typo in t/t9001-send-email.sh test command line. | Glenn Rempe | 1 | -1/+1 |
2006-07-03 | send-email: do not barf when Term::ReadLine does not like your terminal | Junio C Hamano | 1 | -4/+7 |
2006-05-30 | send-email: do not pass bogus address to local sendmail binary | Junio C Hamano | 1 | -6/+13 |
2006-05-29 | Add a basic test case for git send-email, and fix some real bugs discovered. | Ryan Anderson | 1 | -0/+34 |