[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

hook-script: commit-email.pl

From: Gustavo Delfino <gdelfino_at_umich.edu>
Date: 2007-08-12 17:28:04 CEST

Hello all, in the commit-email.pl hook-script available at:

<http://svn.collab.net/repos/svn/trunk/tools/hook-scripts/commit-
email.pl.in>

I beleive that a colon is missing after the "From"

Regards,

Gustavo Delfino

***************
*** 549,557 ****
       my $formatted_date;
       if (defined $stdout)
         {
           $formatted_date = strftime('%a %b %e %X %Y', localtime());
! push(@head, "From $mail_from $formatted_date\n");
         }
       $formatted_date = strftime('%a, %e %b %Y %X %z', localtime());
       push(@head, "Date: $formatted_date\n");
       push(@head, "To: $to\n");
--- 549,557 ----
       my $formatted_date;
       if (defined $stdout)
         {
           $formatted_date = strftime('%a %b %e %X %Y', localtime());
! push(@head, "From: $mail_from $formatted_date\n");
         }
       $formatted_date = strftime('%a, %e %b %Y %X %z', localtime());
       push(@head, "Date: $formatted_date\n");
       push(@head, "To: $to\n");

  • application/pkcs7-signature attachment: smime.p7s
Received on Sun Aug 12 17:28:04 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.