diff --git a/scripts/pre-commit b/scripts/pre-commit index b8b5dbb..154dcf8 100755 --- a/scripts/pre-commit +++ b/scripts/pre-commit @@ -28,11 +28,8 @@ git -c diff.renames=false diff --cached --name-only --diff-filter=A -z $against if [ "$ext" = "meta" ]; then if [ $(git ls-files --cached -- "$base" | wc -l) = 0 ]; then cat <