diff options
-rwxr-xr-x | post-update.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/post-update.sh b/post-update.sh index 4460957..5cb1099 100755 --- a/post-update.sh +++ b/post-update.sh @@ -6,6 +6,7 @@ # To enable this hook, rename this file to "post-update". +echo "========================" echo "PWD=$PWD" git log --pretty=format:%h,%ai,%an,%s -1 @@ -16,4 +17,5 @@ done git update-server-info +echo "========================" |