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/pre-push | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 repo/hooks/pre-push (limited to 'repo/hooks/pre-push') diff --git a/repo/hooks/pre-push b/repo/hooks/pre-push new file mode 100755 index 0000000..ad0e03f --- /dev/null +++ b/repo/hooks/pre-push @@ -0,0 +1,3 @@ +#/bin/bash + +./repo/hooks/check-links.sh -- cgit v1.2.3