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