From 9dfca25455dbac7fad721bac44daa9d9a149475a Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Thu, 12 Mar 2020 22:40:41 +0100 Subject: Make hooks easier to setup & maintain By giving them meaningful names and adding a master script to call them all. --- repo/hooks/setup.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 repo/hooks/setup.sh (limited to 'repo/hooks/setup.sh') diff --git a/repo/hooks/setup.sh b/repo/hooks/setup.sh new file mode 100755 index 0000000..ffb52ca --- /dev/null +++ b/repo/hooks/setup.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +git config --local core.hooksPath repo/hooks -- cgit v1.2.3