Age | Commit message (Expand) | Author | Files | Lines |
2013-10-28 | tests: undo special treatment of CRLF for Windows | Johannes Sixt | 1 | -1/+0 |
2013-06-27 | Merge branch 'mt/send-email-cc-match-fix' | Junio C Hamano | 1 | -0/+14 |
2013-06-20 | send-email: sanitize author when writing From line | Michael S. Tsirkin | 1 | -1/+1 |
2013-06-20 | send-email: add test for duplicate utf8 name | Michael S. Tsirkin | 1 | -0/+14 |
2013-06-14 | Merge branch 'mt/send-email-cc-match-fix' | Junio C Hamano | 1 | -0/+75 |
2013-06-05 | test-send-email: test for pre-sanitized self name | Michael S. Tsirkin | 1 | -0/+5 |
2013-06-05 | t/send-email: test suppress-cc=self with non-ascii | Michael S. Tsirkin | 1 | -0/+5 |
2013-06-05 | t/send-email: add test with quoted sender | Michael S. Tsirkin | 1 | -0/+20 |
2013-06-05 | t/send-email: test suppress-cc=self on cccmd | Michael S. Tsirkin | 1 | -1/+3 |
2013-06-03 | t/send-email.sh: add test for suppress-cc=self | Michael S. Tsirkin | 1 | -0/+43 |
2013-05-28 | send-email: remove warning about unset chainreplyto | Felipe Contreras | 1 | -49/+0 |
2013-04-12 | Correct common spelling mistakes in comments and tests | Stefano Lattarini | 1 | -2/+2 |
2012-11-28 | t9001: check send-email behavior with implicit sender | Jeff King | 1 | -0/+28 |
2012-11-26 | send-email: avoid questions when user has an ident | Felipe Contreras | 1 | -3/+2 |
2012-10-25 | git-send-email: skip RFC2047 quoting for ASCII subjects | Krzysztof Mazur | 1 | -0/+17 |
2012-10-25 | git-send-email: use compose-encoding for Subject | Krzysztof Mazur | 1 | -0/+14 |
2012-10-10 | git-send-email: introduce compose-encoding | Krzysztof Mazur | 1 | -0/+55 |
2012-07-31 | send-email: improve RFC2047 quote parsing | Thomas Rast | 1 | -0/+13 |
2011-10-14 | t9001: do not fail only due to CR/LF issues | Johannes Schindelin | 1 | -0/+1 |
2011-10-14 | send-email: Fix %config_path_settings handling | Cord Seele | 1 | -0/+28 |
2011-01-05 | Merge branch 'ao/t9001-fix' | Junio C Hamano | 1 | -4/+4 |
2011-01-04 | t/t9001-send-email.sh: fix '&&' chain in some tests | Antonio Ospite | 1 | -4/+4 |
2011-01-04 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+2 |
2010-12-29 | t9001: Fix test prerequisites | Robin H. Johnson | 1 | -2/+2 |
2010-12-28 | t9001: use older Getopt::Long boolean prefix '--no' rather than '--no-' | Brandon Casey | 1 | -1/+1 |
2010-11-24 | Merge branch 'tr/send-email-refuse-sending-unedited-cover-letter' into maint | Junio C Hamano | 1 | -0/+36 |
2010-11-12 | git-send-email.perl: make initial In-Reply-To apply only to first email | Antonio Ospite | 1 | -1/+3 |
2010-11-05 | t9001: send-email interation with --in-reply-to and --chain-reply-to | Junio C Hamano | 1 | -0/+41 |
2010-10-26 | Merge branch 'ab/send-email-perl' | Junio C Hamano | 1 | -1/+1 |
2010-10-26 | Merge branch 'sb/send-email-use-to-from-input' | Junio C Hamano | 1 | -0/+39 |
2010-10-26 | Merge branch 'jp/send-email-to-cmd' | Junio C Hamano | 1 | -0/+18 |
2010-10-19 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2010-10-19 | t/t9001-send-email.sh: fix stderr redirection in 'Invalid In-Reply-To' | Antonio Ospite | 1 | -1/+1 |
2010-10-04 | send-email: Don't leak To: headers between patches | Stephen Boyd | 1 | -0/+15 |
2010-09-30 | send-email: use Perl idioms in while loop | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2010-09-29 | Merge branch 'tr/send-email-refuse-sending-unedited-cover-letter' | Junio C Hamano | 1 | -0/+36 |
2010-09-29 | send-email: Use To: headers in patch files | Stephen Boyd | 1 | -0/+24 |
2010-09-27 | git-send-email.perl: Add --to-cmd | Joe Perches | 1 | -0/+18 |
2010-09-08 | send-email: Refuse to send cover-letter template subject | Thomas Rast | 1 | -0/+36 |
2010-08-18 | t/t9001-send-email.sh: convert setup code to tests | Ævar Arnfjörð Bjarmason | 1 | -3/+40 |
2010-08-18 | t/t9001-send-email.sh: change from skip_all=* to prereq skip | Ævar Arnfjörð Bjarmason | 1 | -82/+83 |
2010-08-18 | t/t9001-send-email.sh: Remove needless PROG=* assignment | Ævar Arnfjörð Bjarmason | 1 | -1/+0 |
2010-07-07 | Merge branch 'ab/tap' | Junio C Hamano | 1 | -2/+2 |
2010-06-29 | t/t9001: use egrep when regular expressions are involved | Brandon Casey | 1 | -3/+3 |
2010-06-25 | tests: Skip tests in a way that makes sense under TAP | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
2010-06-18 | send-email: ask about and declare 8bit mails | Thomas Rast | 1 | -0/+77 |
2010-03-08 | send-email: add --no-cc, --no-to, and --no-bcc | Stephen Boyd | 1 | -0/+66 |
2010-01-26 | fix portability issues with $ in double quotes | Stephen Boyd | 1 | -4/+4 |
2009-12-03 | t9001: use older Getopt::Long boolean prefix '--no' rather than '--no-' | Brandon Casey | 1 | -1/+1 |
2009-11-30 | Merge branch 'fc/send-email-envelope' | Junio C Hamano | 1 | -0/+34 |