diff options
Diffstat (limited to 'hooks/post-receive')
-rw-r--r-- | hooks/post-receive | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hooks/post-receive b/hooks/post-receive index d3b2a49..9b245fc 100644 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -11,6 +11,7 @@ rsync -a \ --exclude '.git*' \ ./ ${dest}/ || true +printf '[git] Adding %s\n' ${FILES_A[@]:-nothing} printf '[git] Updating %s\n' ${FILES_M[@]:-nothing} printf '[git] Removing %s\n' ${FILES_D[@]:-nothing} |