blob: c3cc4e7ed70cde40c8b6607dc57a7f817f9769ba [file] [log] [blame]
#!/bin/sh -e
# disable the safe directory feature
git config --global safe.directory "*"
SKIP=no-commit-to-branch pre-commit run -v --show-diff-on-failure --hook-stage commit --all-files