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  3cb43e9c1cb30bf70748cd636a641802a6abfdc2 (commit)
      from  e3a1fb6ef7177365325235d6baf3c2416b242e60 (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=3cb43e9c1cb30bf70748cd636a641802a6abfdc2

commit 3cb43e9c1cb30bf70748cd636a641802a6abfdc2
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Fri Jun 17 11:31:01 2016 +0200

    Whitespace

diff --git a/src/plugins/scmhook/library/scmsvn/hooks/committracker/post.php 
b/src/plugins/scmhook/library/scmsvn/hooks/committracker/post.php
index bf768b1..197d0f8 100755
--- a/src/plugins/scmhook/library/scmsvn/hooks/committracker/post.php
+++ b/src/plugins/scmhook/library/scmsvn/hooks/committracker/post.php
@@ -95,9 +95,9 @@ $svn_tracker_debug = 0;
 $svn_tracker_debug_file = sys_get_temp_dir().'scmhook_svn_committracker.debug';
 
 $UserName = trim(`svnlook author -r $revision $repository`); //username of 
author
-$date     = trim(`svnlook date -r $revision $repository`); //date
-$log      = trim(`svnlook log -r $revision $repository`); // the log
-$changed  = trim(`svnlook changed -r $revision $repository | sed 's/[A-Z]*   
//'`); // the filenames
+$date    = trim(`svnlook date -r $revision $repository`); //date
+$log     = trim(`svnlook log -r $revision $repository`); // the log
+$changed = trim(`svnlook changed -r $revision $repository | sed 's/[A-Z]*   
//'`); // the filenames
 
 if (isset($svn_tracker_debug) && $svn_tracker_debug == 1) {
        $file = fopen($svn_tracker_debug_file, 'a+');

-----------------------------------------------------------------------

Summary of changes:
 src/plugins/scmhook/library/scmsvn/hooks/committracker/post.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to