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 2c06efb1bd044ab82a68f74bed434b4679e7b3ab (commit)
from 5b8538d046fc23a103b4040a655acb76030c30ca (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=2c06efb1bd044ab82a68f74bed434b4679e7b3ab
commit 2c06efb1bd044ab82a68f74bed434b4679e7b3ab
Author: Franck Villaume <[email protected]>
Date: Tue Aug 17 12:30:29 2021 +0200
remove unused var
diff --git a/src/plugins/scmgit/common/GitPlugin.class.php
b/src/plugins/scmgit/common/GitPlugin.class.php
index af5ed45..b1203dc 100644
--- a/src/plugins/scmgit/common/GitPlugin.class.php
+++ b/src/plugins/scmgit/common/GitPlugin.class.php
@@ -686,7 +686,6 @@ control over it to the project's administrator.");
$year = $params['year'];
$month = $params['month'];
$day = $params['day'];
- $start_time = gmmktime(0, 0, 0, $month, $day, $year);
$repolist = $this->getRepositories($project);
foreach ($repolist as $repo_name) {
$this->gatherStatsRepo($project, $repo_name,
$year, $month, $day);
-----------------------------------------------------------------------
Summary of changes:
src/plugins/scmgit/common/GitPlugin.class.php | 1 -
1 file changed, 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits