]> arthur.barton.de Git - netdata.git/blob - hooks/pre-commit
ab-debian 0.20170327.01-0ab1, upstream v1.6.0-42-gaa6b96fc
[netdata.git] / hooks / pre-commit
1 #!/bin/sh
2 if [ -x ./packaging/check-files ]
3 then
4   exec git diff --cached | ./packaging/check-files -
5 fi