Re: git rebase interactive breaks when working on a secondary worktree
From: Denilson Sá Maia <hidden>
Date: 2025-06-26 18:33:15
From: Denilson Sá Maia <hidden>
Date: 2025-06-26 18:33:15
On Thu, 26 Jun 2025 at 17:58, Kristoffer Haugsbakk [off-list ref] wrote:
On Thu, Jun 26, 2025, at 12:49, Denilson Sá Maia wrote:quoted
[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-msgA 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/