]> arthur.barton.de Git - netdata.git/blob - hooks/post-commit
ab-debian 0.20170327.01-0ab1, upstream v1.6.0-42-gaa6b96fc
[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