<#20672 Pants githooks don't support work trees> I...
# github-notifications
c
#20672 Pants githooks don't support work trees Issue created by sureshjoshi Our hooks assume a traditional git repo, but if you use work trees, the
.git/hooks
folder isn't co-located with the repo root. This isn't a bug to me, as this is not a typical workflow, but it would also be nice to support work trees. Possible footgun is symlinking, as we can have multiple branches at once, each with a possibly different hook (not in practice, but should handle this case from the start) pantsbuild/pants