[Fusionforge-commits] r8096 - trunk/gforge/plugins/scmgit/common

Roland Mas lolando at libremir.placard.fr.eu.org
Fri Sep 4 09:21:25 CEST 2009


Author: lolando
Date: 2009-09-04 09:21:25 +0200 (Fri, 04 Sep 2009)
New Revision: 8096

Modified:
   trunk/gforge/plugins/scmgit/common/GitPlugin.class.php
Log:
Syntax fix for Git stats gathering

Modified: trunk/gforge/plugins/scmgit/common/GitPlugin.class.php
===================================================================
--- trunk/gforge/plugins/scmgit/common/GitPlugin.class.php	2009-09-03 19:33:15 UTC (rev 8095)
+++ trunk/gforge/plugins/scmgit/common/GitPlugin.class.php	2009-09-04 07:21:25 UTC (rev 8096)
@@ -334,8 +334,7 @@
 				return false ;
 			}
 
-			$pipe = popen ("GIT_DIR=$repo git log --since=@$start_time --until=@$end_time' "
-					."--all --pretty='format:%n%an <%ae>' --name-status", 'r' ) ;
+			$pipe = popen ("GIT_DIR=$repo git log --since=@$start_time --until=@$end_time --all --pretty='format:%n%an <%ae>' --name-status", 'r' ) ;
 
 			// cleaning stats_cvs_* table for the current day
 			$res = db_query_params ('DELETE FROM stats_cvs_group WHERE month=$1 AND day=$2 AND group_id=$3',




More information about the Fusionforge-commits mailing list