author | Junio C Hamano <gitster@pobox.com> | |
Thu, 30 Sep 2010 22:00:02 +0000 (15:00 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 30 Sep 2010 22:00:02 +0000 (15:00 -0700) | ||
commit | cf8e58e4cdba25c6ca306a6dd8944f2eb16bdad8 | |
tree | daab9ae90dddaff2da7296fdb72506057582c8d9 | tree | snapshot |
parent | fe9f567f6eaf765066428c98a0aa41cd4b0cdd0a | commit | diff |
parent | 35b6ab955d2288e1c2671bde67298ed3abe32781 | commit | diff |
Merge branch 'ab/send-email-perl' into next
* 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
* 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
git-send-email.perl | diff1 | | diff2 | | blob | history |