From 861a2839d158ea30f295e1ffb3e38175d27136c4 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 1 Aug 2014 04:45:32 +0400 Subject: [PATCH] Revert hooks.diffopts to default Diff is provided by hooks.showrev. --- configure-sf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && -- 2.39.2