As part of the fetch operation, unset core.hookspath for each repository if it is set, so that globally-configured hook paths don't persist on individual repos.
Prompt: as part of fetch, can you unset any git hooks directories if they're set on the repo
As part of the fetch operation, unset
core.hookspathfor each repository if it is set, so that globally-configured hook paths don't persist on individual repos.Prompt: as part of fetch, can you unset any git hooks directories if they're set on the repo