From 55917fac7ce980a7c5354656c376bd529acc3808 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Wed, 11 Jun 2014 14:42:13 +0000 Subject: [PATCH] Outcomment completely. --- git-hooks/post-receive.d/autosplit | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/git-hooks/post-receive.d/autosplit b/git-hooks/post-receive.d/autosplit index f7f01f2..29cbe17 100755 --- a/git-hooks/post-receive.d/autosplit +++ b/git-hooks/post-receive.d/autosplit @@ -134,8 +134,8 @@ autosplit() done } -while read oldrev newrev refname -do +#while read oldrev newrev refname +#do # Currently deactivated until this approach has been discussed and shown to be working #autosplit $oldrev $newrev $refname -done +#done