From a883cf322f44cc58db9e312004e95a1147db4d96 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 27 Jul 2014 00:42:21 +0400 Subject: [PATCH] chmod g+w hooks/post-receive-user --- configure-sf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2