diff options
Diffstat (limited to 'hooks/pre-commit')
-rwxr-xr-x | hooks/pre-commit | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hooks/pre-commit b/hooks/pre-commit deleted file mode 100755 index fb2209f08..000000000 --- a/hooks/pre-commit +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -if [ -x ./packaging/check-files ] -then - exec git diff --cached | ./packaging/check-files - -fi |