X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=configure-sf;fp=configure-sf;h=f93e0a8893a21204cc07f9c85afd615fb1d7cedb;hb=06eac06a6014d716d8f4b92f6813e952fe65344c;hp=39b1bedd539beee17c976d846ca9c6e0065e82fb;hpb=954690a0bb4e867f2e63798681ce821f41d5c3f3;p=git-scripts.git 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