From 17378115985e3549de91f99dc8a8cc08dc843db5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Mar 2017 13:52:26 +0200 Subject: test --- post-update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/post-update.sh b/post-update.sh index 4460957..7c84d1a 100755 --- a/post-update.sh +++ b/post-update.sh @@ -9,6 +9,7 @@ echo "PWD=$PWD" git log --pretty=format:%h,%ai,%an,%s -1 + echo "ARGS=" $* while read IN; do echo "IN=$IN" -- cgit