Sign in
googlers
/
jrn
/
git
/
d39765b12e1e1ab8e8a798466d942bd94063c39f
/
t
/
t9001-send-email.sh
b29dc5c
Merge branch 'mt/send-email-cc-match-fix'
by Junio C Hamano
· 12 years ago
4cb46bd
send-email: sanitize author when writing From line
by Michael S. Tsirkin
· 12 years ago
f07075c
send-email: add test for duplicate utf8 name
by Michael S. Tsirkin
· 12 years ago
908b360
Merge branch 'mt/send-email-cc-match-fix'
by Junio C Hamano
· 12 years ago
1495266
test-send-email: test for pre-sanitized self name
by Michael S. Tsirkin
· 12 years ago
4b45bcf
t/send-email: test suppress-cc=self with non-ascii
by Michael S. Tsirkin
· 12 years ago
dd29f0b
t/send-email: add test with quoted sender
by Michael S. Tsirkin
· 12 years ago
d6ee445
t/send-email: test suppress-cc=self on cccmd
by Michael S. Tsirkin
· 12 years ago
5adcf2c
t/send-email.sh: add test for suppress-cc=self
by Michael S. Tsirkin
· 12 years ago
b99d22f
send-email: remove warning about unset chainreplyto
by Felipe Contreras
· 12 years ago
41ccfdd
Correct common spelling mistakes in comments and tests
by Stefano Lattarini
· 12 years ago
59defcc
t9001: check send-email behavior with implicit sender
by Jeff King
· 12 years ago
8cac13d
send-email: avoid questions when user has an ident
by Felipe Contreras
· 12 years ago
5637d85
git-send-email: skip RFC2047 quoting for ASCII subjects
by Krzysztof Mazur
· 12 years ago
4a47a4d
git-send-email: use compose-encoding for Subject
by Krzysztof Mazur
· 12 years ago
62e0069
git-send-email: introduce compose-encoding
by Krzysztof Mazur
· 12 years ago
b622d4d
send-email: improve RFC2047 quote parsing
by Thomas Rast
· 13 years ago
72b5158
t9001: do not fail only due to CR/LF issues
by Johannes Schindelin
· 13 years ago
463b0ea
send-email: Fix %config_path_settings handling
by Cord Seele
· 13 years ago
d3cae60
Merge branch 'ao/t9001-fix'
by Junio C Hamano
· 14 years ago
cc7e816
t/t9001-send-email.sh: fix '&&' chain in some tests
by Antonio Ospite
· 14 years ago
f2665ec
Merge branch 'maint'
by Junio C Hamano
· 14 years ago
57da204
t9001: Fix test prerequisites
by Robin H. Johnson
· 14 years ago
d2559f7
t9001: use older Getopt::Long boolean prefix '--no' rather than '--no-'
by Brandon Casey
· 14 years ago
71d35bd
Merge branch 'tr/send-email-refuse-sending-unedited-cover-letter' into maint
by Junio C Hamano
· 14 years ago
db54c8e
git-send-email.perl: make initial In-Reply-To apply only to first email
by Antonio Ospite
· 14 years ago
54aae5e
t9001: send-email interation with --in-reply-to and --chain-reply-to
by Junio C Hamano
· 14 years ago
7ebee44
Merge branch 'ab/send-email-perl'
by Junio C Hamano
· 14 years ago
8796ff7
Merge branch 'sb/send-email-use-to-from-input'
by Junio C Hamano
· 14 years ago
9b1054d
Merge branch 'jp/send-email-to-cmd'
by Junio C Hamano
· 14 years ago
c7deb8d
Merge branch 'maint'
by Junio C Hamano
· 14 years ago
5b57413
t/t9001-send-email.sh: fix stderr redirection in 'Invalid In-Reply-To'
by Antonio Ospite
· 14 years ago
3c3bb51
send-email: Don't leak To: headers between patches
by Stephen Boyd
· 14 years ago
41ae8f1
send-email: use Perl idioms in while loop
by Ævar Arnfjörð Bjarmason
· 14 years ago
b886656
Merge branch 'tr/send-email-refuse-sending-unedited-cover-letter'
by Junio C Hamano
· 14 years ago
21802cd
send-email: Use To: headers in patch files
by Stephen Boyd
· 14 years ago
6e74e07
git-send-email.perl: Add --to-cmd
by Joe Perches
· 14 years ago
a03bc5b
send-email: Refuse to send cover-letter template subject
by Thomas Rast
· 16 years ago
f944414
t/t9001-send-email.sh: convert setup code to tests
by Ævar Arnfjörð Bjarmason
· 15 years ago
57cd35e
t/t9001-send-email.sh: change from skip_all=* to prereq skip
by Ævar Arnfjörð Bjarmason
· 15 years ago
3731231
t/t9001-send-email.sh: Remove needless PROG=* assignment
by Ævar Arnfjörð Bjarmason
· 15 years ago
2a16315
Merge branch 'ab/tap'
by Junio C Hamano
· 15 years ago
3183286
t/t9001: use egrep when regular expressions are involved
by Brandon Casey
· 15 years ago
fadb515
tests: Skip tests in a way that makes sense under TAP
by Ævar Arnfjörð Bjarmason
· 15 years ago
3cae7e5
send-email: ask about and declare 8bit mails
by Thomas Rast
· 15 years ago
f434c08
send-email: add --no-cc, --no-to, and --no-bcc
by Stephen Boyd
· 15 years ago
9524cf2
fix portability issues with $ in double quotes
by Stephen Boyd
· 15 years ago
907a0b1
t9001: use older Getopt::Long boolean prefix '--no' rather than '--no-'
by Brandon Casey
· 15 years ago
0c7cc13
Merge branch 'fc/send-email-envelope'
by Junio C Hamano
· 15 years ago
528fb08
prepare send-email for smoother change of --chain-reply-to default
by Nanako Shiraishi
· 15 years ago
c89e324
send-email: automatic envelope sender
by Felipe Contreras
· 15 years ago
4f333bc
t9001: test --envelope-sender option of send-email
by Junio C Hamano
· 15 years ago
02461e0
git-send-email.perl: fold multiple entry "Cc:" and multiple single line "RCPT TO:"s
by Joe Perches
· 15 years ago
977e289
t/t9001-send-email.sh: ensure generated script is executed with $SHELL_PATH
by Brandon Casey
· 16 years ago
cb8a9bd
Test cccmd in t9001-send-email.sh and fix some bugs
by Paolo Bonzini
· 16 years ago
95a877a
Merge branch 'mh/maint-fix-send-email-threaded' into mh/fix-send-email-threaded
by Junio C Hamano
· 16 years ago
f74fe34
send-email: fix threaded mails without chain-reply-to
by Markus Heidelberg
· 16 years ago
d67114a
add a test for git-send-email for threaded mails without chain-reply-to
by Markus Heidelberg
· 16 years ago
5e9758e
send-email: fix non-threaded mails
by Markus Heidelberg
· 16 years ago
32ae831
add a test for git-send-email for non-threaded mails
by Markus Heidelberg
· 16 years ago
d1fff6f
send-email: use UTF-8 rather than utf-8 for consistency
by Brandon Casey
· 16 years ago
84eeb68
t9001: use older Getopt::Long boolean prefix '--no' rather than '--no-'
by Brandon Casey
· 16 years ago
1b19ccd
tests: skip perl tests if NO_PERL is defined
by Jeff King
· 16 years ago
0da43a6
send-email: fix nasty bug in ask() function
by Jay Soffian
· 16 years ago
a61c0ff
send-email: ensure quoted addresses are rfc2047 encoded
by Jay Soffian
· 16 years ago
3b3637c
send-email: correct two tests which were going interactive
by Jay Soffian
· 16 years ago
dc1460a
send-email: ask_default should apply to all emails, not just the first
by Jay Soffian
· 16 years ago
c18f75a
send-email: add tests for refactored prompting
by Jay Soffian
· 16 years ago
a57ca9d
Merge branch 'tr/maint-1.6.0-send-email-irt'
by Junio C Hamano
· 16 years ago
188c382
Tests: use test_cmp instead of diff where possible
by Miklos Vajna
· 16 years ago
aaab4b9
send-email: test --no-thread --in-reply-to combination
by Thomas Rast
· 16 years ago
c1f2aa4
send-email: add --confirm option and configuration setting
by Jay Soffian
· 16 years ago
3531e27
send-email: --suppress-cc improvements
by Jay Soffian
· 16 years ago
5012699
send-email: handle multiple Cc addresses when reading mbox message
by Jay Soffian
· 16 years ago
69f4ce5
send-email: do not reverse the command line arguments
by Junio C Hamano
· 16 years ago
5df9fcf
git send-email: interpret unknown files as revision lists
by Pierre Habouzit
· 16 years ago
3fee1fe
t9001: use older Getopt::Long boolean prefix '--no' rather than '--no-'
by Brandon Casey
· 16 years ago
47a528a
tests: use "git xyzzy" form (t7200 - t9001)
by Nanako Shiraishi
· 17 years ago
bb3e4f0
t9001 (send-email): Do not use hardcoded /bin/sh in test
by Junio C Hamano
· 17 years ago
d492b31
t/: Use "test_must_fail git" instead of "! git"
by Stephan Beyer
· 17 years ago
c01cdde
Merge branch 'jk/maint-send-email-compose'
by Junio C Hamano
· 17 years ago
d54eaaa
send-email: rfc2047-quote subject lines with non-ascii characters
by Jeff King
· 17 years ago
0706bd1
send-email: specify content-type of --compose body
by Jeff King
· 17 years ago
761adeb
Merge branch 'bd/tests'
by Junio C Hamano
· 17 years ago
7f0475c
Use test_set_editor in t9001-send-email.sh
by Bryan Donlan
· 17 years ago
065096c
git-send-email.perl: Handle shell metacharacters in $EDITOR properly
by Bryan Donlan
· 17 years ago
33c592d
Add tests for sendemail.cc configuration variable
by Miklos Vajna
· 17 years ago
82ebb0b
add test_cmp function for test scripts
by Jeff King
· 17 years ago
8a8bf46
send-email: test compose functionality
by Jeff King
· 17 years ago
6d34a2b
t9001: enhance fake sendmail test harness
by Jeff King
· 17 years ago
0fb7fc7
send-email: fix In-Reply-To regression
by Jay Soffian
· 17 years ago
c0d4528
t9001: add missing && operators
by Jeff King
· 17 years ago
c764a0c
send-email: add no-validate option
by Jeff King
· 17 years ago
747bbff
send-email: validate patches before sending anything
by Jeff King
· 17 years ago
b7f30e0
git-send-email: show all headers when sending mail
by David D. Kilzer
· 17 years ago
85d81a7
Fixed minor typo in t/t9001-send-email.sh test command line.
by Glenn Rempe
· 17 years ago
280242d
send-email: do not barf when Term::ReadLine does not like your terminal
by Junio C Hamano
· 19 years ago
2186d56
send-email: do not pass bogus address to local sendmail binary
by Junio C Hamano
· 19 years ago
ce90301
Add a basic test case for git send-email, and fix some real bugs discovered.
by Ryan Anderson
· 19 years ago