]> git.phdru.name Git - git-scripts.git/commitdiff
chmod g+w hooks/post-receive-user
authorOleg Broytman <phd@phdru.name>
Sat, 26 Jul 2014 20:42:21 +0000 (00:42 +0400)
committerOleg Broytman <phd@phdru.name>
Sat, 26 Jul 2014 20:42:21 +0000 (00:42 +0400)
configure-sf

index 796e510c791723193a0a1dafc147a6c1cc1af18d..1b9d61aed199a1c20085967a985532efb69538b8 100755 (executable)
@@ -21,7 +21,7 @@ echo "$PROJECTNAME git repository ($REPONAME)" > description
 #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 g+w hooks/post-receive-user &&
 
 git config hooks.diffopts "--stat --summary --find-copies-harder -p"
 if [ -n "$maxlines" ]; then