aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.githooks/pre-push
diff options
context:
space:
mode:
Diffstat (limited to '.githooks/pre-push')
-rwxr-xr-x.githooks/pre-push5
1 files changed, 0 insertions, 5 deletions
diff --git a/.githooks/pre-push b/.githooks/pre-push
deleted file mode 100755
index a04e596..0000000
--- a/.githooks/pre-push
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/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" "$@"