[PATCH] fix for mail header bug in commit-email.pl
From: Gustavo Delfino <gdelfino_at_umich.edu>
Date: 2007-08-16 00:22:01 CEST
[[[
My notification emails are being sent with an incorrect "From" header.
Considering that in line 208 we have:
elsif ($arg eq '--stdout')
And in line 715 we have:
sub new_project
And that "defined $stdout" is true when $stdout is equal to number 0
Then I propose this change in commit-email.pl:
John Peacock, who I understand wrote the original script encouraged
Patch by: Gustavo Delfino <gdelfino@umich.edu>
my @head;
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.