projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d50bfd
)
send-email: unique_email_list doesn't need a prototype
author
Ævar Arnfjörð Bjarmason
<avarab@gmail.com>
Thu, 30 Sep 2010 13:42:59 +0000
(13:42 +0000)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 30 Sep 2010 19:20:32 +0000
(12:20 -0700)
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.comReviewed-by: Avery Pennarun <apenwarr@gmail.com>
Reviewed-by: Jeff King <peff@peff.net>
>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl
patch
|
blob
|
history
diff --git
a/git-send-email.perl
b/git-send-email.perl
index f47188888d3b6262c4f82fed0bfebfc58a6384f8..90b777a9fa71f234d3a84349f623266ba0c49a7c 100755
(executable)
--- a/
git-send-email.perl
+++ b/
git-send-email.perl
@@
-136,7
+136,6
@@
my $have_mail_address = eval { require Mail::Address; 1 };
my $smtp;
my $auth;
-sub unique_email_list(@);
sub cleanup_compose_files();
# Variables we fill in automatically, or via prompting:
@@
-1332,7
+1331,7
@@
sub cleanup_compose_files() {
$smtp->quit if $smtp;
-sub unique_email_list
(@)
{
+sub unique_email_list {
my %seen;
my @emails;