Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#!/bin/bash -e
CP2K_ROOT=$(dirname "$0")
"${CP2K_ROOT}/tools/precommit/precommit.py" --allow-modifications "$@"
#EOF