diff options
-rwxr-xr-x | post-update.sh | 4 |
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" |