From: Oleg Broytman Date: Fri, 1 Aug 2014 00:45:32 +0000 (+0400) Subject: Revert hooks.diffopts to default X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=861a2839d158ea30f295e1ffb3e38175d27136c4;p=git-scripts.git Revert hooks.diffopts to default Diff is provided by hooks.showrev. --- 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 &&