From: Oleg Broytman Date: Sat, 26 Jul 2014 20:42:21 +0000 (+0400) Subject: chmod g+w hooks/post-receive-user X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=a883cf322f44cc58db9e312004e95a1147db4d96;p=git-scripts.git chmod g+w hooks/post-receive-user --- diff --git a/configure-sf b/configure-sf index 796e510..1b9d61a 100755 --- a/configure-sf +++ b/configure-sf @@ -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