summaryrefslogtreecommitdiffstats
path: root/hooks/pre-commit
blob: fb2209f08507ee104a28baab79f939bcaec50f40 (plain)
1
2
3
4
5
#!/bin/sh
if [ -x ./packaging/check-files ]
then
  exec git diff --cached | ./packaging/check-files -
fi