From a72d23892a593c02e7e57d42cc764af651db5bc5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Mar 2017 13:50:04 +0200 Subject: test --- post-update.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/post-update.sh b/post-update.sh index e5f3343..443cd9e 100755 --- a/post-update.sh +++ b/post-update.sh @@ -5,11 +5,10 @@ # # To enable this hook, rename this file to "post-update". -git update-server-info - echo "ARGS=" $* while read IN; do echo "IN=$IN" done +git update-server-info -- cgit