diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-10-26 22:02:52 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-10-26 22:02:52 -0700 |
commit | 7ebee44167fc25b975f5543472c851ab1840af1b (patch) | |
tree | 0eb7302a306666d397ee65e223cecc66bb4b21e7 /t | |
parent | 8796ff7f3f3de6af48dc38b621f879d95f609bf7 (diff) | |
parent | 35b6ab955d2288e1c2671bde67298ed3abe32781 (diff) | |
download | git-7ebee44167fc25b975f5543472c851ab1840af1b.tar.gz git-7ebee44167fc25b975f5543472c851ab1840af1b.tar.xz |
Merge branch 'ab/send-email-perl'
* ab/send-email-perl:
send-email: extract_valid_address use qr// regexes
send-email: is_rfc2047_quoted use qr// regexes
send-email: use Perl idioms in while loop
send-email: make_message_id use "require" instead of "use"
send-email: send_message die on $!, not $?
send-email: use (?:) instead of () if no match variables are needed
send-email: sanitize_address use qq["foo"], not "\"foo\""
send-email: sanitize_address use $foo, not "$foo"
send-email: use \E***\Q instead of \*\*\*
send-email: cleanup_compose_files doesn't need a prototype
send-email: unique_email_list doesn't need a prototype
send-email: file_declares_8bit_cte doesn't need a prototype
send-email: get_patch_subject doesn't need a prototype
send-email: use lexical filehandles during sending
send-email: use lexical filehandles for $compose
send-email: use lexical filehandle for opendir
Conflicts:
git-send-email.perl
Diffstat (limited to 't')
-rwxr-xr-x | t/t9001-send-email.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9001-send-email.sh b/t/t9001-send-email.sh index 028758c65..d1ba25205 100755 --- a/t/t9001-send-email.sh +++ b/t/t9001-send-email.sh @@ -222,7 +222,7 @@ test_expect_success $PREREQ 'tocmd works' ' test_expect_success $PREREQ 'cccmd works' ' clean_fake_sendmail && cp $patches cccmd.patch && - echo cccmd--cccmd@example.com >>cccmd.patch && + echo "cccmd-- cccmd@example.com" >>cccmd.patch && { echo "#!$SHELL_PATH" echo sed -n -e s/^cccmd--//p \"\$1\" |