diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-27 13:54:13 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-27 13:54:13 +0200 |
commit | 6451089478be28572a9908680cf2421656f9940e (patch) | |
tree | c8013e63648a27079e9efd6f046abc7b0d74c4a2 /post-update.sh | |
parent | 28660eab63a5ac042b20458db258880e95010c61 (diff) |
test
Diffstat (limited to 'post-update.sh')
-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 "========================" |