diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-27 13:52:15 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-27 13:52:15 +0200 |
commit | 0770092997e85928e830979377f0b43c27141e27 (patch) | |
tree | 23a45f3551a54db50586755711d8536b50d168dd | |
parent | 0278391c2595cc70b0d51768590a88507a0e3875 (diff) |
test
-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" |