summaryrefslogtreecommitdiff
path: root/t/t9001-send-email.sh
Commit message (Expand)AuthorAgeFilesLines
* t/t9001-send-email.sh: convert setup code to testsÆvar Arnfjörð Bjarmason2010-08-181-3/+40
* t/t9001-send-email.sh: change from skip_all=* to prereq skipÆvar Arnfjörð Bjarmason2010-08-181-82/+83
* t/t9001-send-email.sh: Remove needless PROG=* assignmentÆvar Arnfjörð Bjarmason2010-08-181-1/+0
* Merge branch 'ab/tap'Junio C Hamano2010-07-071-2/+2
|\
| * tests: Skip tests in a way that makes sense under TAPÆvar Arnfjörð Bjarmason2010-06-251-2/+2
* | t/t9001: use egrep when regular expressions are involvedBrandon Casey2010-06-291-3/+3
* | send-email: ask about and declare 8bit mailsThomas Rast2010-06-181-0/+77
|/
* send-email: add --no-cc, --no-to, and --no-bccStephen Boyd2010-03-081-0/+66
* fix portability issues with $ in double quotesStephen Boyd2010-01-261-4/+4
* t9001: use older Getopt::Long boolean prefix '--no' rather than '--no-'Brandon Casey2009-12-031-1/+1
* Merge branch 'fc/send-email-envelope'Junio C Hamano2009-11-301-0/+34
|\
| * send-email: automatic envelope senderFelipe Contreras2009-11-271-0/+17
| * t9001: test --envelope-sender option of send-emailJunio C Hamano2009-11-221-0/+17
* | prepare send-email for smoother change of --chain-reply-to defaultNanako Shiraishi2009-11-291-0/+49
* | git-send-email.perl: fold multiple entry "Cc:" and multiple single line "RCPT...Joe Perches2009-10-091-20/+74
|/
* t/t9001-send-email.sh: ensure generated script is executed with $SHELL_PATHBrandon Casey2009-06-231-1/+4
* Test cccmd in t9001-send-email.sh and fix some bugsPaolo Bonzini2009-06-181-5/+75
* Merge branch 'mh/maint-fix-send-email-threaded' into mh/fix-send-email-threadedJunio C Hamano2009-06-121-0/+10
|\
| * send-email: fix non-threaded mailsMarkus Heidelberg2009-06-121-1/+1
| * add a test for git-send-email for non-threaded mailsMarkus Heidelberg2009-06-121-0/+10
* | send-email: fix threaded mails without chain-reply-toMarkus Heidelberg2009-06-121-1/+1
* | add a test for git-send-email for threaded mails without chain-reply-toMarkus Heidelberg2009-06-121-0/+11
* | send-email: use UTF-8 rather than utf-8 for consistencyBrandon Casey2009-06-091-4/+4
|/
* t9001: use older Getopt::Long boolean prefix '--no' rather than '--no-'Brandon Casey2009-04-251-1/+1
* tests: skip perl tests if NO_PERL is definedJeff King2009-04-081-0/+5
* send-email: fix nasty bug in ask() functionJay Soffian2009-04-041-0/+13
* send-email: ensure quoted addresses are rfc2047 encodedJay Soffian2009-04-021-0/+13
* send-email: correct two tests which were going interactiveJay Soffian2009-04-021-3/+5
* send-email: ask_default should apply to all emails, not just the firstJay Soffian2009-04-011-1/+3
* send-email: add tests for refactored promptingJay Soffian2009-03-291-4/+48
* Merge branch 'tr/maint-1.6.0-send-email-irt'Junio C Hamano2009-03-171-0/+11
|\
| * send-email: test --no-thread --in-reply-to combinationThomas Rast2009-03-111-0/+11
* | Tests: use test_cmp instead of diff where possibleMiklos Vajna2009-03-171-1/+1
* | send-email: add --confirm option and configuration settingJay Soffian2009-03-021-16/+92
* | send-email: --suppress-cc improvementsJay Soffian2009-02-141-19/+131
* | send-email: handle multiple Cc addresses when reading mbox messageJay Soffian2009-02-141-7/+37
* | send-email: do not reverse the command line argumentsJunio C Hamano2008-11-301-0/+13
* | git send-email: interpret unknown files as revision listsPierre Habouzit2008-11-111-0/+8
* | t9001: use older Getopt::Long boolean prefix '--no' rather than '--no-'Brandon Casey2008-10-121-1/+1
|/
* tests: use "git xyzzy" form (t7200 - t9001)Nanako Shiraishi2008-09-031-1/+1
* t9001 (send-email): Do not use hardcoded /bin/sh in testJunio C Hamano2008-07-191-4/+4
* t/: Use "test_must_fail git" instead of "! git"Stephan Beyer2008-07-131-1/+1
* Merge branch 'jk/maint-send-email-compose'Junio C Hamano2008-05-211-0/+59
|\
| * send-email: rfc2047-quote subject lines with non-ascii charactersJeff King2008-05-211-0/+15
| * send-email: specify content-type of --compose bodyJeff King2008-05-211-0/+44
* | Merge branch 'bd/tests'Junio C Hamano2008-05-141-2/+3
|\ \
| * | Use test_set_editor in t9001-send-email.shBryan Donlan2008-05-051-4/+1
| * | git-send-email.perl: Handle shell metacharacters in $EDITOR properlyBryan Donlan2008-05-051-2/+6
| |/
* | Add tests for sendemail.cc configuration variableMiklos Vajna2008-04-291-0/+66
|/
* add test_cmp function for test scriptsJeff King2008-03-131-1/+1