summaryrefslogtreecommitdiff
path: root/t/t9001-send-email.sh
AgeCommit message (Expand)Author
2015-11-20sendemail: teach git-send-email to dump alias namesJacob Keller
2015-08-03Merge branch 'rl/send-email-aliases'Junio C Hamano
2015-07-07send-email: suppress meaningless whitespaces in from fieldRemi Lespinet
2015-07-07send-email: allow multiple emails using --cc, --to and --bccRemi Lespinet
2015-06-30t9001-send-email: refactor header variable fields replacementRemi Lespinet
2015-06-30send-email: allow aliases in patch header and command script outputsRemi Lespinet
2015-06-30t9001-send-email: move script creation in a setup testRemi Lespinet
2015-06-01t9001: add sendmail aliases line continuation testsEric Sunshine
2015-06-01t9001: refactor sendmail aliases test infrastructureEric Sunshine
2015-05-27t9001: write $HOME/, not ~/, to help shells without tilde expansionJunio C Hamano
2015-05-27send-email: add sendmail email aliases formatAllen Hubbe
2015-03-25t9001: drop save_confirm helperJeff King
2015-03-20t9001: use test_when_finishedJeff King
2015-03-20t: fix trivial &&-chain breakageJeff King
2015-02-16git-send-email.perl: support no- prefix with older GetOptionsKyle J. McKay
2015-01-07Merge branch 'lh/send-email-hide-x-mailer'Junio C Hamano
2015-01-07Merge branch 'rd/send-email-2047-fix'Junio C Hamano
2014-12-15test/send-email: --[no-]xmailer testsLuis Henriques
2014-12-15send-email: handle adjacent RFC 2047-encoded words properlyРоман Донченко
2014-11-25t9001: style modernisation phase #5Junio C Hamano
2014-11-25t9001: style modernisation phase #4Junio C Hamano
2014-11-25t9001: style modernisation phase #3Junio C Hamano
2014-11-25t9001: style modernisation phase #2Junio C Hamano
2014-11-25t9001: style modernisation phase #1Junio C Hamano
2014-11-25git-send-email: add --transfer-encoding optionPaolo Bonzini
2014-06-10t9001: avoid non-portable '\n' with sedTorsten Bögershausen
2014-04-29test/send-email: to-cover, cc-cover testsMichael S. Tsirkin
2014-03-06*.sh: drop useless use of "env"Junio C Hamano
2013-10-28tests: undo special treatment of CRLF for WindowsJohannes Sixt
2013-06-27Merge branch 'mt/send-email-cc-match-fix'Junio C Hamano
2013-06-20send-email: sanitize author when writing From lineMichael S. Tsirkin
2013-06-20send-email: add test for duplicate utf8 nameMichael S. Tsirkin
2013-06-14Merge branch 'mt/send-email-cc-match-fix'Junio C Hamano
2013-06-05test-send-email: test for pre-sanitized self nameMichael S. Tsirkin
2013-06-05t/send-email: test suppress-cc=self with non-asciiMichael S. Tsirkin
2013-06-05t/send-email: add test with quoted senderMichael S. Tsirkin
2013-06-05t/send-email: test suppress-cc=self on cccmdMichael S. Tsirkin
2013-06-03t/send-email.sh: add test for suppress-cc=selfMichael S. Tsirkin
2013-05-28send-email: remove warning about unset chainreplytoFelipe Contreras
2013-04-12Correct common spelling mistakes in comments and testsStefano Lattarini
2012-11-28t9001: check send-email behavior with implicit senderJeff King
2012-11-26send-email: avoid questions when user has an identFelipe Contreras
2012-10-25git-send-email: skip RFC2047 quoting for ASCII subjectsKrzysztof Mazur
2012-10-25git-send-email: use compose-encoding for SubjectKrzysztof Mazur
2012-10-10git-send-email: introduce compose-encodingKrzysztof Mazur
2012-07-31send-email: improve RFC2047 quote parsingThomas Rast
2011-10-15t9001: do not fail only due to CR/LF issuesJohannes Schindelin
2011-10-14send-email: Fix %config_path_settings handlingCord Seele
2011-01-05Merge branch 'ao/t9001-fix'Junio C Hamano
2011-01-04t/t9001-send-email.sh: fix '&&' chain in some testsAntonio Ospite