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 f1c58789eab0c93511bae85171676d0009a853d4 (commit)
from 5a91e98373669e0f95cc033769a43731c950ca24 (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=f1c58789eab0c93511bae85171676d0009a853d4
commit f1c58789eab0c93511bae85171676d0009a853d4
Author: Marc-Etienne Vargenau <[email protected]>
Date: Thu May 31 10:37:52 2018 +0200
Whitespace
diff --git a/src/plugins/scmgit/common/GitPlugin.class.php
b/src/plugins/scmgit/common/GitPlugin.class.php
index 5992241..c2071ef 100644
--- a/src/plugins/scmgit/common/GitPlugin.class.php
+++ b/src/plugins/scmgit/common/GitPlugin.class.php
@@ -521,7 +521,7 @@ control over it to the project's administrator.");
if (!is_file("$repodir/HEAD") &&
!is_dir("$repodir/objects") && !is_dir("$repodir/refs")) {
if ($clone_url != '') {
system("cd $root; LC_ALL=C git clone
--quiet --bare $clone_url $repodir 2>&1 >/dev/null | grep -v 'warning: You
appear to have cloned an empty repository.' >&2");
- system("cd $repodir; LC_ALL=C git
config core.sharedRepository group");
+ system("cd $repodir; LC_ALL=C git
config core.sharedRepository group");
} else {
system("GIT_DIR=\"$repodir\" git init
--quiet --bare --shared=group");
}
-----------------------------------------------------------------------
Summary of changes:
src/plugins/scmgit/common/GitPlugin.class.php | 2 +-
1 file 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