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, 6.1 has been updated
via 03e8501be8aa977f24f85dd80020ce8ab208787f (commit)
from f478a567ecb36eb4651688fcb8d2658ceaa9e05d (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=03e8501be8aa977f24f85dd80020ce8ab208787f
commit 03e8501be8aa977f24f85dd80020ce8ab208787f
Author: Franck Villaume <[email protected]>
Date: Sat Jan 20 14:06:52 2018 +0100
fix for git support
diff --git a/src/bin/limited_ssh.sh b/src/bin/limited_ssh.sh
index 5e0f339..f99b7b5 100644
--- a/src/bin/limited_ssh.sh
+++ b/src/bin/limited_ssh.sh
@@ -96,12 +96,11 @@ case "$COMMAND" in
fi
EXEC="$HG -R $HG_BASE_DIR/$hpath serve --stdio"
;;
- git)
+ git-*)
# do git ssh
gpath=`echo "$SSH_ORIGINAL_COMMAND" | cut -d' ' -f2 | sed -e "s/'//g"`
$LOG "command: $COMMAND"
EXEC="$COMMAND $GIT_BASE_DIR/$gpath"
-
;;
*)
fail "operation not permitted"
-----------------------------------------------------------------------
Summary of changes:
src/bin/limited_ssh.sh | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits