summaryrefslogtreecommitdiff
path: root/t/t9001-send-email.sh
Commit message (Expand)AuthorAgeFilesLines
...
* | send-email: default to quoted-printable when CR is presentbrian m. carlson2019-04-141-0/+14
* | Merge branch 'al/send-email-auto-cte-fixup'Junio C Hamano2018-11-131-0/+15
|\ \
| * | send-email: avoid empty transfer encoding headerAaron Lindsay2018-11-021-0/+15
| |/
* | Merge branch 'ab/test-must-be-empty-for-master'Junio C Hamano2018-08-201-2/+1
|\ \
| * | tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason2018-07-301-2/+1
| |/
* | Merge branch 'es/test-fixes'Junio C Hamano2018-08-021-5/+5
|\ \ | |/ |/|
| * t9000-t9999: fix broken &&-chainsEric Sunshine2018-07-161-3/+3
| * t9001: fix broken "invoke hook" testEric Sunshine2018-07-161-2/+2
* | send-email: automatically determine transfer-encodingbrian m. carlson2018-07-091-0/+21
* | send-email: accept long lines with suitable transfer encodingbrian m. carlson2018-07-091-0/+13
* | send-email: add an auto option for transfer encodingbrian m. carlson2018-07-091-0/+23
|/
* Merge branch 'cl/send-email-reply-to'Junio C Hamano2018-03-151-0/+2
|\
| * send-email: support separate Reply-To addresscl/send-email-reply-toChristian Ludwig2018-03-061-0/+2
* | Merge branch 'cl/t9001-cleanup'Junio C Hamano2018-02-131-10/+7
|\ \
| * | t9001: use existing helper in send-email testcl/t9001-cleanupChristian Ludwig2018-01-121-10/+7
| * | Merge branch 'mm/send-email-cc-cruft-after-address' into maintJunio C Hamano2016-11-291-0/+29
| |\ \
* | | | send-email: add test for Linux's get_maintainer.plmm/send-email-fallback-to-local-mail-addressAlex Bennée2018-01-081-0/+19
| |_|/ |/| |
* | | tests: fix diff order arguments in test_cmpsb/test-cmp-expect-actualStefan Beller2017-10-071-3/+3
* | | send-email: fix garbage removal after addressMatthieu Moy2017-08-241-0/+4
* | | send-email: check for repo before invoking hookjt/send-email-validate-hookJonathan Tan2017-06-021-0/+8
* | | send-email: support validate hookJonathan Tan2017-05-161-0/+40
* | | Merge branch 'jh/send-email-one-cc'Junio C Hamano2017-03-101-4/+3
|\ \ \
| * | | send-email: only allow one address per body tagjh/send-email-one-ccJohan Hovold2017-02-271-4/+3
* | | | don't use test_must_fail with grepPranit Bauva2017-01-071-1/+1
|/ / /
* | | Merge branch 'mm/send-email-cc-cruft-after-address'Junio C Hamano2016-10-261-0/+29
|\ \ \ | |/ / |/| / | |/
| * parse_mailboxes: accept extra text after <...> addressMatthieu Moy2016-10-141-0/+29
* | Merge branch 'ep/shell-command-substitution-style'Junio C Hamano2016-01-221-6/+6
|\ \
| * | t/t9001-send-email.sh: use the $( ... ) construct for command substitutionep/update-command-substitution-styleElia Pinto2016-01-111-6/+6
* | | Merge branch 'ew/send-email-mutt-alias-fix'Junio C Hamano2016-01-201-0/+15
|\ \ \ | |/ / |/| |
| * | git-send-email: do not double-escape quotes from muttew/send-email-mutt-alias-fixEric Wong2016-01-041-0/+15
* | | sendemail: teach git-send-email to dump alias namesJacob Keller2015-11-201-0/+82
* | | Merge branch 'rl/send-email-aliases'Junio C Hamano2015-08-031-10/+144
|\ \ \ | | |/ | |/|
| * | send-email: suppress meaningless whitespaces in from fieldrl/send-email-aliasesRemi Lespinet2015-07-071-0/+24
| * | send-email: allow multiple emails using --cc, --to and --bccRemi Lespinet2015-07-071-0/+44
| * | t9001-send-email: refactor header variable fields replacementRemi Lespinet2015-06-301-4/+7
| * | send-email: allow aliases in patch header and command script outputsRemi Lespinet2015-06-301-0/+60
| * | t9001-send-email: move script creation in a setup testRemi Lespinet2015-06-301-6/+9
| |/
* | t9001: add sendmail aliases line continuation testsEric Sunshine2015-06-011-0/+34
* | t9001: refactor sendmail aliases test infrastructureEric Sunshine2015-06-011-18/+29
* | t9001: write $HOME/, not ~/, to help shells without tilde expansionah/send-email-sendmail-aliasJunio C Hamano2015-05-271-1/+1
* | send-email: add sendmail email aliases formatAllen Hubbe2015-05-271-0/+27
|/
* t9001: drop save_confirm helperJeff King2015-03-251-10/+5
* t9001: use test_when_finishedJeff King2015-03-201-20/+10
* t: fix trivial &&-chain breakageJeff King2015-03-201-1/+1
* git-send-email.perl: support no- prefix with older GetOptionskm/send-email-getopt-long-workaroundsKyle J. McKay2015-02-161-5/+5
* Merge branch 'lh/send-email-hide-x-mailer'Junio C Hamano2015-01-071-0/+33
|\
| * test/send-email: --[no-]xmailer testslh/send-email-hide-x-mailerLuis Henriques2014-12-151-0/+33
* | Merge branch 'rd/send-email-2047-fix'Junio C Hamano2015-01-071-0/+7
|\ \
| * | send-email: handle adjacent RFC 2047-encoded words properlyrd/send-email-2047-fixРоман Донченко2014-12-151-0/+7
* | | t9001: style modernisation phase #5jc/t9001-moderniseJunio C Hamano2014-11-251-76/+74