From c8c18d6c490567b9278ba5beedff8e55d72b952c Mon Sep 17 00:00:00 2001 From: andrewc Date: Mon, 15 Jan 2024 09:50:31 +1000 Subject: [PATCH] Updated config to point to hooks directory in this repo, which contains the hook scripts --- .gitconfig | 2 ++ pre-push => hooks/pre-push | 0 2 files changed, 2 insertions(+) rename pre-push => hooks/pre-push (100%) diff --git a/.gitconfig b/.gitconfig index 5d8053b..9d65a4a 100644 --- a/.gitconfig +++ b/.gitconfig @@ -3,3 +3,5 @@ [submodule] recurse = true propogateBranches = true +[core] + hookspath = ".gitlab/hooks/" diff --git a/pre-push b/hooks/pre-push similarity index 100% rename from pre-push rename to hooks/pre-push