]> arthur.barton.de Git - netdata.git/blob - hooks/pre-commit
ab-debian 0.20170311.01-0ab1, upstream v1.5.0-573-g0fba967b
[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