summaryrefslogtreecommitdiffstats
path: root/post-update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'post-update.sh')
-rwxr-xr-xpost-update.sh4
1 files changed, 4 insertions, 0 deletions
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"