]> arthur.barton.de Git - netdata.git/blob - hooks/pre-commit
fix numa plugin to work only on the expected values; fixes #1868
[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