On Thu, 26 Jun 2025 at 17:58, Kristoffer Haugsbakk <kristofferhaugsbakk@xxxxxxxxxxxx> wrote: > > On Thu, Jun 26, 2025, at 12:49, Denilson Sá Maia wrote: > > > > [Enabled Hooks] > > applypatch-msg > > commit-msg > > post-applypatch > > post-checkout > > post-commit > > post-merge > > post-rewrite > > pre-applypatch > > pre-auto-gc > > pre-commit > > pre-merge-commit > > pre-push > > pre-rebase > > prepare-commit-msg > > A lot of hooks. Do you use git-branchless? We are using Husky in our corporate/enterprise/business application. And I think husky hooks itself into all git hooks, and that's why I have so many of them. https://github.com/typicode/husky But inside our `.husky/` directory inside our git repository we only have `commit-msg` and `pre-push` hooks configured. Everything else is unused. (Which probably means Husky gets called, but does absolutely nothing.) -- Denilson Figueiredo de Sá Maia https://denilson.sa.nom.br/