]> arthur.barton.de Git - netdata.git/blob - hooks/post-commit
run-parts does not run scripts with .sh extension
[netdata.git] / hooks / post-commit
1 #!/bin/sh
2 if [ -x ./packaging/update-tags ]
3 then
4   exec git diff HEAD^ | ./packaging/update-tags -
5 fi