From 3a225c1060beb3202f2d56df9d92923ec7da8f3b Mon Sep 17 00:00:00 2001 From: edef Date: Sat, 18 Jun 2022 16:30:26 +0000 Subject: githooks: init A place for git hooks to live, with an installation script that wires up core.hooksPath correctly. Change-Id: Icf6250764cf580067871580d74f6d5ddc52820eb --- githooks/install-hooks | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 githooks/install-hooks (limited to 'githooks') diff --git a/githooks/install-hooks b/githooks/install-hooks new file mode 100755 index 0000000..7fb85db --- /dev/null +++ b/githooks/install-hooks @@ -0,0 +1,2 @@ +#! /usr/bin/env bash +git config core.hooksPath githooks -- cgit 1.4.1