summaryrefslogtreecommitdiff
path: root/t/t9001-send-email.sh
AgeCommit message (Expand)Author
2010-03-08send-email: add --no-cc, --no-to, and --no-bccStephen Boyd
2010-01-26fix portability issues with $ in double quotesStephen Boyd
2009-12-03t9001: use older Getopt::Long boolean prefix '--no' rather than '--no-'Brandon Casey
2009-11-30Merge branch 'fc/send-email-envelope'Junio C Hamano
2009-11-29prepare send-email for smoother change of --chain-reply-to defaultNanako Shiraishi
2009-11-28send-email: automatic envelope senderFelipe Contreras
2009-11-22t9001: test --envelope-sender option of send-emailJunio C Hamano
2009-10-10git-send-email.perl: fold multiple entry "Cc:" and multiple single line "RCPT...Joe Perches
2009-06-23t/t9001-send-email.sh: ensure generated script is executed with $SHELL_PATHBrandon Casey
2009-06-18Test cccmd in t9001-send-email.sh and fix some bugsPaolo Bonzini
2009-06-12Merge branch 'mh/maint-fix-send-email-threaded' into mh/fix-send-email-threadedJunio C Hamano
2009-06-12send-email: fix threaded mails without chain-reply-toMarkus Heidelberg
2009-06-12add a test for git-send-email for threaded mails without chain-reply-toMarkus Heidelberg
2009-06-12send-email: fix non-threaded mailsMarkus Heidelberg
2009-06-12add a test for git-send-email for non-threaded mailsMarkus Heidelberg
2009-06-09send-email: use UTF-8 rather than utf-8 for consistencyBrandon Casey
2009-04-25t9001: use older Getopt::Long boolean prefix '--no' rather than '--no-'Brandon Casey
2009-04-09tests: skip perl tests if NO_PERL is definedJeff King
2009-04-05send-email: fix nasty bug in ask() functionJay Soffian
2009-04-02send-email: ensure quoted addresses are rfc2047 encodedJay Soffian
2009-04-02send-email: correct two tests which were going interactiveJay Soffian
2009-04-01send-email: ask_default should apply to all emails, not just the firstJay Soffian
2009-03-30send-email: add tests for refactored promptingJay Soffian
2009-03-18Merge branch 'tr/maint-1.6.0-send-email-irt'Junio C Hamano
2009-03-17Tests: use test_cmp instead of diff where possibleMiklos Vajna
2009-03-12send-email: test --no-thread --in-reply-to combinationThomas Rast
2009-03-03send-email: add --confirm option and configuration settingJay Soffian
2009-02-15send-email: --suppress-cc improvementsJay Soffian
2009-02-15send-email: handle multiple Cc addresses when reading mbox messageJay Soffian
2008-12-01send-email: do not reverse the command line argumentsJunio C Hamano
2008-11-12git send-email: interpret unknown files as revision listsPierre Habouzit
2008-10-12t9001: use older Getopt::Long boolean prefix '--no' rather than '--no-'Brandon Casey
2008-09-03tests: use "git xyzzy" form (t7200 - t9001)Nanako Shiraishi
2008-07-19t9001 (send-email): Do not use hardcoded /bin/sh in testJunio C Hamano
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer
2008-05-21Merge branch 'jk/maint-send-email-compose'Junio C Hamano
2008-05-21send-email: rfc2047-quote subject lines with non-ascii charactersJeff King
2008-05-21send-email: specify content-type of --compose bodyJeff King
2008-05-14Merge branch 'bd/tests'Junio C Hamano
2008-05-05Use test_set_editor in t9001-send-email.shBryan Donlan
2008-05-05git-send-email.perl: Handle shell metacharacters in $EDITOR properlyBryan Donlan
2008-04-30Add tests for sendemail.cc configuration variableMiklos Vajna
2008-03-13add test_cmp function for test scriptsJeff King
2008-02-25send-email: test compose functionalityJeff King
2008-02-25t9001: enhance fake sendmail test harnessJeff King
2008-02-22send-email: fix In-Reply-To regressionJay Soffian
2008-01-28t9001: add missing && operatorsJeff King
2008-01-18send-email: add no-validate optionJeff King
2008-01-18send-email: validate patches before sending anythingJeff King
2007-11-19git-send-email: show all headers when sending mailDavid D. Kilzer