From c8dc474476d15b46f8a5b275ffa21f33538aa79e Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Tue, 4 Jul 2023 10:54: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 f79b434..ab0d9e5 100755 --- a/.githooks/post-checkout +++ b/.githooks/post-checkout @@ -1,5 +1,5 @@ #!/bin/bash - -echo "POST-CHECKOUT IN $PWD" +echo "POST-CHECKOUT IN $PWD" >> /tmp/post_checkout.txt # echo "PREV-HEAD=$1" # echo "CURR-HEAD=$2" # echo "BRANCH-CHECKOUT=$3"