summaryrefslogtreecommitdiff
path: root/t/t9001-send-email.sh
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | t9001: style modernisation phase #4Junio C Hamano2014-11-251-10/+10
* | | t9001: style modernisation phase #3Junio C Hamano2014-11-251-52/+47
* | | t9001: style modernisation phase #2Junio C Hamano2014-11-251-151/+151
* | | t9001: style modernisation phase #1Junio C Hamano2014-11-251-17/+17
* | | git-send-email: add --transfer-encoding optionpb/send-email-tePaolo Bonzini2014-11-251-0/+157
| |/ |/|
* | t9001: avoid non-portable '\n' with sedmt/send-email-cover-to-ccTorsten Bögershausen2014-06-101-1/+1
* | test/send-email: to-cover, cc-cover testsMichael S. Tsirkin2014-04-291-0/+45
|/
* *.sh: drop useless use of "env"jc/no-need-for-env-in-sh-scriptsJunio C Hamano2014-03-061-1/+1
* tests: undo special treatment of CRLF for Windowsjs/tests-windows-port-fixJohannes Sixt2013-10-281-1/+0
* Merge branch 'mt/send-email-cc-match-fix'Junio C Hamano2013-06-271-0/+14
|\
| * send-email: sanitize author when writing From lineMichael S. Tsirkin2013-06-201-1/+1