X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=configure-sf;fp=configure-sf;h=f313a19e27df6ee45a89c260528611c0164f95ae;hb=861a2839d158ea30f295e1ffb3e38175d27136c4;hp=f93e0a8893a21204cc07f9c85afd615fb1d7cedb;hpb=06eac06a6014d716d8f4b92f6813e952fe65344c;p=git-scripts.git diff --git a/configure-sf b/configure-sf index f93e0a8..f313a19 100755 --- a/configure-sf +++ b/configure-sf @@ -22,7 +22,7 @@ echo "$PROJECTNAME git repository ($REPONAME)" > description wget -O hooks/post-receive-user https://git.kernel.org/cgit/git/git.git/plain/contrib/hooks/post-receive-email && chmod u=rwx,go=rx hooks/post-receive-user && -git config hooks.diffopts "--stat --summary --find-copies-harder -p" +#git config hooks.diffopts "--stat --summary --find-copies-harder -p" && if [ -n "$maxlines" ]; then git config hooks.emailmaxlines "$maxlines" fi &&