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, Branch_5_3 has been updated
via 55e6da7a8b21eafdc8bff330ef828d08a914837a (commit)
from e7ff6d71ecf3ba3c71a550acf56832386eca0f01 (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 -----------------------------------------------------------------
commit 55e6da7a8b21eafdc8bff330ef828d08a914837a
Author: Sylvain Beucler <[email protected]>
Date: Tue Jun 17 09:58:53 2014 +0200
git: use LANG=C when filtering English Git messages
diff --git a/src/plugins/scmgit/common/GitPlugin.class.php
b/src/plugins/scmgit/common/GitPlugin.class.php
index 60bdd0e..df4a00a 100644
--- a/src/plugins/scmgit/common/GitPlugin.class.php
+++ b/src/plugins/scmgit/common/GitPlugin.class.php
@@ -399,7 +399,7 @@ class GitPlugin extends SCMPlugin {
}
if (!is_file("$repodir/HEAD") && !is_dir("$repodir/objects") &&
!is_dir("$repodir/refs")) {
// 'cd $root' because git will abort if e.g. we're in a
0700 /root after setuid
- system("cd $root;git clone --bare --quiet
--no-hardlinks $main_repo $repodir 2>&1 >/dev/null | grep -v 'warning: You
appear to have cloned an empty repository.' >&2");
+ system("cd $root;LANG=C git clone --bare --quiet
--no-hardlinks $main_repo $repodir 2>&1 >/dev/null | grep -v 'warning: You
appear to have cloned an empty repository.' >&2");
system("GIT_DIR=\"$repodir\" git update-server-info");
if (is_file("$repodir/hooks/post-update.sample")) {
rename("$repodir/hooks/post-update.sample",
@@ -526,7 +526,7 @@ class GitPlugin extends SCMPlugin {
$repodir = $root . '/' . $repo_name . '.git';
if (!is_file("$repodir/HEAD") &&
!is_dir("$repodir/objects") && !is_dir("$repodir/refs")) {
if ($clone_url != '') {
- system("cd $root;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 $root;LANG=C git clone
--quiet --bare $clone_url $repodir 2>&1 >/dev/null | grep -v 'warning: You
appear to have cloned an empty repository.' >&2");
} else {
system("GIT_DIR=\"$repodir\" git init
--quiet --bare --shared=group");
}
-----------------------------------------------------------------------
Summary of changes:
src/plugins/scmgit/common/GitPlugin.class.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits