summaryrefslogtreecommitdiff
path: root/t/t9001-send-email.sh
AgeCommit message (Expand)Author
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
2011-01-04Merge branch 'maint'Junio C Hamano
2010-12-29t9001: Fix test prerequisitesRobin H. Johnson
2010-12-28t9001: use older Getopt::Long boolean prefix '--no' rather than '--no-'Brandon Casey
2010-11-24Merge branch 'tr/send-email-refuse-sending-unedited-cover-letter' into maintJunio C Hamano
2010-11-12git-send-email.perl: make initial In-Reply-To apply only to first emailAntonio Ospite
2010-11-05t9001: send-email interation with --in-reply-to and --chain-reply-toJunio C Hamano
2010-10-27Merge branch 'ab/send-email-perl'Junio C Hamano
2010-10-27Merge branch 'sb/send-email-use-to-from-input'Junio C Hamano
2010-10-27Merge branch 'jp/send-email-to-cmd'Junio C Hamano
2010-10-19Merge branch 'maint'Junio C Hamano
2010-10-19t/t9001-send-email.sh: fix stderr redirection in 'Invalid In-Reply-To'Antonio Ospite
2010-10-04send-email: Don't leak To: headers between patchesStephen Boyd
2010-09-30send-email: use Perl idioms in while loopÆvar Arnfjörð Bjarmason
2010-09-29Merge branch 'tr/send-email-refuse-sending-unedited-cover-letter'Junio C Hamano
2010-09-29send-email: Use To: headers in patch filesStephen Boyd
2010-09-27git-send-email.perl: Add --to-cmdJoe Perches
2010-09-08send-email: Refuse to send cover-letter template subjectThomas Rast
2010-08-18t/t9001-send-email.sh: convert setup code to testsÆvar Arnfjörð Bjarmason
2010-08-18t/t9001-send-email.sh: change from skip_all=* to prereq skipÆvar Arnfjörð Bjarmason
2010-08-18t/t9001-send-email.sh: Remove needless PROG=* assignmentÆvar Arnfjörð Bjarmason
2010-07-07Merge branch 'ab/tap'Junio C Hamano
2010-06-29t/t9001: use egrep when regular expressions are involvedBrandon Casey
2010-06-25tests: Skip tests in a way that makes sense under TAPÆvar Arnfjörð Bjarmason
2010-06-18send-email: ask about and declare 8bit mailsThomas Rast
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