summaryrefslogtreecommitdiff
path: root/t/t9001-send-email.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dd/send-email-config'Junio C Hamano2020-08-171-0/+29
|\
| * git-send-email: die if sendmail.* config is setDrew DeVault2020-07-231-0/+29
* | t: don't spuriously close and reopen quotesMartin Ågren2020-08-061-5/+5
|/
* send-email: restore --in-reply-to superseding behaviorRafael Aquini2020-07-011-1/+13
* Merge branch 'js/test-avoid-pipe'Junio C Hamano2020-02-171-2/+2
|\
| * t9001, t9116: avoid pipesJohannes Schindelin2020-02-141-2/+2
* | Merge branch 'bc/t9001-zsh-in-posix-emulation-mode'Junio C Hamano2019-12-101-1/+1
|\ \
| * | t9001: avoid including non-trailing NUL bytes in variablesbrian m. carlson2019-11-301-1/+1
| |/
* | Fix spelling errors in names of testsElijah Newren2019-11-101-1/+1
|/
* Merge branch 'ab/send-email-transferencoding-fix'Junio C Hamano2019-06-131-20/+82
|\
| * send-email: fix regression in sendemail.identity parsingÆvar Arnfjörð Bjarmason2019-05-291-0/+64
| * send-email: fix broken transferEncoding testsÆvar Arnfjörð Bjarmason2019-05-191-24/+11
| * send-email: remove cargo-culted multi-patch pattern in testsÆvar Arnfjörð Bjarmason2019-05-191-7/+7
| * send-email: do defaults -> config -> getopt in that orderÆvar Arnfjörð Bjarmason2019-05-131-1/+12
* | 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