aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.githooks/pre-push
blob: a04e59669627e3067266a8d6f3083a25b944bb33 (plain) (blame)
1
2
3
4
5
#!/bin/sh
# Delegate to the global pre-push (signed-commits gate). This repo
# overrides core.hooksPath to .githooks, so the global hook would not
# otherwise run here.
exec "$HOME/.config/git/hooks/pre-push" "$@"