From 0770092997e85928e830979377f0b43c27141e27 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Mar 2017 13:52:15 +0200 Subject: test --- post-update.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/post-update.sh b/post-update.sh index a566bd5..4460957 100755 --- a/post-update.sh +++ b/post-update.sh @@ -5,6 +5,10 @@ # # To enable this hook, rename this file to "post-update". + +echo "PWD=$PWD" +git log --pretty=format:%h,%ai,%an,%s -1 + echo "ARGS=" $* while read IN; do echo "IN=$IN" -- cgit