From 06eac06a6014d716d8f4b92f6813e952fe65344c Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 1 Aug 2014 04:44:52 +0400 Subject: [PATCH] Fix script permissions --- configure-sf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure-sf b/configure-sf index 39b1bed..f93e0a8 100755 --- a/configure-sf +++ b/configure-sf @@ -20,8 +20,7 @@ echo "$PROJECTNAME git repository ($REPONAME)" > description #curl -L -o hooks/post-receive-user https://git.kernel.org/cgit/git/git.git/plain/contrib/hooks/post-receive-email && #http://tinyurl.com/git-post-commit-email wget -O hooks/post-receive-user https://git.kernel.org/cgit/git/git.git/plain/contrib/hooks/post-receive-email && -chmod +x hooks/post-receive-user && -chmod g+w hooks/post-receive-user && +chmod u=rwx,go=rx hooks/post-receive-user && git config hooks.diffopts "--stat --summary --find-copies-harder -p" if [ -n "$maxlines" ]; then -- 2.39.5