]> arthur.barton.de Git - netdata.git/blob - hooks/pre-commit
rename chart fields to avoid conflicts with backends; fixes #1962
[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