From 036b26f0222138bf4548231c47600ea8d173afab Mon Sep 17 00:00:00 2001 From: Mark Ridgwell <273118822+dnyw4l3n13@users.noreply.github.com> Date: Wed, 24 Jun 2026 11:20:19 +0000 Subject: [PATCH] fix: git/fetch: Unset core.hookspath for each repo during fetch Prompt: as part of fetch, can you unset any git hooks directories if they're set on the repo Closes #617 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aafc74bf..eeac92a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release - Replace raw echo with output helpers in db/dbappsettings - Replace raw echo with output helpers in db/createmssqldb - Replace raw echo with standard output helpers (die/info/success) in db/create-deploy-script +- git/fetch: Unset core.hookspath for each repo during fetch so that globally-configured hook paths do not persist on individual repos ### Changed - Replace raw echo with standard output helpers (die/info/success) in github/cancel-workflows - Replace raw echo with standard output helpers (die/info/success) in git/update-repos-personal