Age | Commit message (Expand) | Author | Files | Lines |
2020-11-19 | t9[0-4]*: adjust the references to the default branch name "main" | Johannes Schindelin | 1 | -15/+15 |
2020-11-19 | tests: mark tests relying on the current default for `init.defaultBranch` | Johannes Schindelin | 1 | -0/+3 |
2020-08-17 | Merge branch 'dd/send-email-config' | Junio C Hamano | 1 | -0/+29 |
2020-08-06 | t: don't spuriously close and reopen quotes | Martin Ågren | 1 | -5/+5 |
2020-07-23 | git-send-email: die if sendmail.* config is set | Drew DeVault | 1 | -0/+29 |
2020-07-01 | send-email: restore --in-reply-to superseding behavior | Rafael Aquini | 1 | -1/+13 |
2020-02-17 | Merge branch 'js/test-avoid-pipe' | Junio C Hamano | 1 | -2/+2 |
2020-02-14 | t9001, t9116: avoid pipes | Johannes Schindelin | 1 | -2/+2 |
2019-12-10 | Merge branch 'bc/t9001-zsh-in-posix-emulation-mode' | Junio C Hamano | 1 | -1/+1 |
2019-11-30 | t9001: avoid including non-trailing NUL bytes in variables | brian m. carlson | 1 | -1/+1 |
2019-11-10 | Fix spelling errors in names of tests | Elijah Newren | 1 | -1/+1 |
2019-06-13 | Merge branch 'ab/send-email-transferencoding-fix' | Junio C Hamano | 1 | -20/+82 |
2019-05-29 | send-email: fix regression in sendemail.identity parsing | Ævar Arnfjörð Bjarmason | 1 | -0/+64 |
2019-05-19 | send-email: fix broken transferEncoding tests | Ævar Arnfjörð Bjarmason | 1 | -24/+11 |
2019-05-19 | send-email: remove cargo-culted multi-patch pattern in tests | Ævar Arnfjörð Bjarmason | 1 | -7/+7 |
2019-05-13 | send-email: do defaults -> config -> getopt in that order | Ævar Arnfjörð Bjarmason | 1 | -1/+12 |
2019-04-14 | send-email: default to quoted-printable when CR is present | brian m. carlson | 1 | -0/+14 |
2018-11-13 | Merge branch 'al/send-email-auto-cte-fixup' | Junio C Hamano | 1 | -0/+15 |
2018-11-02 | send-email: avoid empty transfer encoding header | Aaron Lindsay | 1 | -0/+15 |
2018-08-20 | Merge branch 'ab/test-must-be-empty-for-master' | Junio C Hamano | 1 | -2/+1 |
2018-08-02 | Merge branch 'es/test-fixes' | Junio C Hamano | 1 | -5/+5 |
2018-07-30 | tests: make use of the test_must_be_empty function | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
2018-07-16 | t9000-t9999: fix broken &&-chains | Eric Sunshine | 1 | -3/+3 |
2018-07-16 | t9001: fix broken "invoke hook" test | Eric Sunshine | 1 | -2/+2 |
2018-07-09 | send-email: automatically determine transfer-encoding | brian m. carlson | 1 | -0/+21 |
2018-07-09 | send-email: accept long lines with suitable transfer encoding | brian m. carlson | 1 | -0/+13 |
2018-07-09 | send-email: add an auto option for transfer encoding | brian m. carlson | 1 | -0/+23 |
2018-03-15 | Merge branch 'cl/send-email-reply-to' | Junio C Hamano | 1 | -0/+2 |
2018-03-06 | send-email: support separate Reply-To address | Christian Ludwig | 1 | -0/+2 |
2018-02-13 | Merge branch 'cl/t9001-cleanup' | Junio C Hamano | 1 | -10/+7 |
2018-01-12 | t9001: use existing helper in send-email test | Christian Ludwig | 1 | -10/+7 |
2018-01-08 | send-email: add test for Linux's get_maintainer.pl | Alex Bennée | 1 | -0/+19 |
2017-10-07 | tests: fix diff order arguments in test_cmp | Stefan Beller | 1 | -3/+3 |
2017-08-24 | send-email: fix garbage removal after address | Matthieu Moy | 1 | -0/+4 |
2017-06-02 | send-email: check for repo before invoking hook | Jonathan Tan | 1 | -0/+8 |
2017-05-16 | send-email: support validate hook | Jonathan Tan | 1 | -0/+40 |
2017-03-10 | Merge branch 'jh/send-email-one-cc' | Junio C Hamano | 1 | -4/+3 |
2017-02-27 | send-email: only allow one address per body tag | Johan Hovold | 1 | -4/+3 |
2017-01-07 | don't use test_must_fail with grep | Pranit Bauva | 1 | -1/+1 |
2016-11-29 | Merge branch 'mm/send-email-cc-cruft-after-address' into maint | Junio C Hamano | 1 | -0/+29 |
2016-10-26 | Merge branch 'mm/send-email-cc-cruft-after-address' | Junio C Hamano | 1 | -0/+29 |
2016-10-14 | parse_mailboxes: accept extra text after <...> address | Matthieu Moy | 1 | -0/+29 |
2016-01-22 | Merge branch 'ep/shell-command-substitution-style' | Junio C Hamano | 1 | -6/+6 |
2016-01-20 | Merge branch 'ew/send-email-mutt-alias-fix' | Junio C Hamano | 1 | -0/+15 |
2016-01-11 | t/t9001-send-email.sh: use the $( ... ) construct for command substitution | Elia Pinto | 1 | -6/+6 |
2016-01-04 | git-send-email: do not double-escape quotes from mutt | Eric Wong | 1 | -0/+15 |
2015-11-20 | sendemail: teach git-send-email to dump alias names | Jacob Keller | 1 | -0/+82 |
2015-08-03 | Merge branch 'rl/send-email-aliases' | Junio C Hamano | 1 | -10/+144 |
2015-07-07 | send-email: suppress meaningless whitespaces in from field | Remi Lespinet | 1 | -0/+24 |
2015-07-07 | send-email: allow multiple emails using --cc, --to and --bcc | Remi Lespinet | 1 | -0/+44 |