From 621a8ac361f3ea43f49200ddc732598540be1f1f Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Wed, 12 Apr 2023 15:59:57 +0200 Subject: [PATCH] Print the values of the passed parameters. --- .githooks/post-checkout | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.githooks/post-checkout b/.githooks/post-checkout index 50dee13..eee1e80 100755 --- a/.githooks/post-checkout +++ b/.githooks/post-checkout @@ -1 +1,4 @@ echo "POST-CHECKOUT" +echo "PREV-HEAD=$1" +echo "CURR-HEAD=$2" +echo "BRANCH-CHECKOUT=$3"