This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, master has been updated
via 623a4938aa69a03274de2e1225673817a892e6e7 (commit)
from 65e32a7e64a42efd7db19ffaec32a4c3f2424f5f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 623a4938aa69a03274de2e1225673817a892e6e7
Author: Sylvain Beucler <[email protected]>
Date: Fri May 23 16:39:22 2014 +0200
scmhook: commit-email.pl: 37+3=40
diff --git
a/src/plugins/scmhook/library/scmsvn/hooks/commitemail/commit-email.pl
b/src/plugins/scmhook/library/scmsvn/hooks/commitemail/commit-email.pl
index 0736291..d0bde7f 100755
--- a/src/plugins/scmhook/library/scmsvn/hooks/commitemail/commit-email.pl
+++ b/src/plugins/scmhook/library/scmsvn/hooks/commitemail/commit-email.pl
@@ -652,7 +652,7 @@ foreach my $project (@project_settings_list)
if (open(SENDMAIL, "| $command"))
{
print SENDMAIL @head, cut_array (\@body, 3000);
- print SENDMAIL cut_array (\@difflines, 39000) if $diff_wanted;
+ print SENDMAIL cut_array (\@difflines, 37000) if $diff_wanted;
close SENDMAIL
or warn "$0: error in closing `$command' for writing: $!\n";
}
@@ -671,7 +671,7 @@ foreach my $project (@project_settings_list)
handle_smtp_error($smtp, $smtp->datasend(@head,cut_array(\@body,
3000)));
if ($diff_wanted)
{
- handle_smtp_error($smtp, $smtp->datasend(cut_array(\@difflines,
39000)));
+ handle_smtp_error($smtp, $smtp->datasend(cut_array(\@difflines,
37000)));
}
handle_smtp_error($smtp, $smtp->dataend());
handle_smtp_error($smtp, $smtp->quit());
-----------------------------------------------------------------------
Summary of changes:
.../scmhook/library/scmsvn/hooks/commitemail/commit-email.pl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits