From 8d87f21ccebba226b172bfb1444415fab038abb8 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Tue, 4 Jul 2023 10:52:24 +0200 Subject: [PATCH] Add some debug output --- .githooks/post-checkout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.githooks/post-checkout b/.githooks/post-checkout index 34f9943..f79b434 100755 --- a/.githooks/post-checkout +++ b/.githooks/post-checkout @@ -1,5 +1,5 @@ #!/bin/bash - -# echo "POST-CHECKOUT" +echo "POST-CHECKOUT IN $PWD" # echo "PREV-HEAD=$1" # echo "CURR-HEAD=$2" # echo "BRANCH-CHECKOUT=$3"