summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-03-27 13:52:15 +0200
committerRemi Collet <fedora@famillecollet.com>2017-03-27 13:52:15 +0200
commit0770092997e85928e830979377f0b43c27141e27 (patch)
tree23a45f3551a54db50586755711d8536b50d168dd
parent0278391c2595cc70b0d51768590a88507a0e3875 (diff)
test
-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"