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, 6.0 has been updated
via 9cf7e1a15347c0d7b306d28a6f8945f7765d3506 (commit)
from c1427ec3c9e90a2afbe038dc0b9110d25e06b35d (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 -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=9cf7e1a15347c0d7b306d28a6f8945f7765d3506
commit 9cf7e1a15347c0d7b306d28a6f8945f7765d3506
Author: Sylvain Beucler <[email protected]>
Date: Wed Sep 30 16:58:07 2015 +0200
scmhook: git postreceiveemail: don't prepend [projectname] in subject by
default (mailman does it already)
diff --git a/src/CHANGES b/src/CHANGES
index 02d005d..5a00bc9 100644
--- a/src/CHANGES
+++ b/src/CHANGES
@@ -7,6 +7,7 @@ Fusionforge 6.0.3:
* Plugin SCM SVN: fix repo access to RO group (Inria)
* Plugin SCM Git: work-around for iframe access to private projects' gitweb
from Firefox 40 (Inria)
* Plugin scmhook: git committracker: fix groupname detection on multi-server
setup (Inria)
+* Plugin scmhook: git postreceiveemail: don't prepend [projectname] in subject
by default (Inria)
* Plugin Taskboard: remove in-progress French translation (Inria)
* Plugin Taskboard: block dropping item on columns with resolution "closed"
[#781] (TrivialDev)
diff --git a/src/plugins/scmhook/library/scmgit/cronjobs/updateScmRepo.php
b/src/plugins/scmhook/library/scmgit/cronjobs/updateScmRepo.php
index ec5b8b3..8cc376d 100644
--- a/src/plugins/scmhook/library/scmgit/cronjobs/updateScmRepo.php
+++ b/src/plugins/scmhook/library/scmgit/cronjobs/updateScmRepo.php
@@ -115,7 +115,6 @@ class ScmGitUpdateScmRepo {
$file = fopen("$gitdir_root/config",
"a");
$string = "[hooks]\n";
$string .= "\tmailinglist =
".$unixname.'-commits@'.forge_get_config('lists_host')."\n";
- $string .= "\temailprefix =
\"[".$unixname.'-commits] "'."\n";
fwrite($file, $string);
fclose($file);
}
-----------------------------------------------------------------------
Summary of changes:
src/CHANGES | 1 +
src/plugins/scmhook/library/scmgit/cronjobs/updateScmRepo.php | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits