Re: rebase invoking pre-commit
From: Sean Allred <hidden>
Date: 2023-12-22 22:07:21
From: Sean Allred <hidden>
Date: 2023-12-22 22:07:21
Phillip Wood [off-list ref] writes:
[...], we'd need to add something like "git rebase --continue --no-verify" as a way to bypass it when resolving conflicts in commits that were created with "git commit --no-verify".
Looks like such a flag already exists to skip the 'pre-rebase' hook. Presumably it can pull double-duty to skip pre-commit as well. (It's a little messy to me to not be able to pick/choose which hooks to skip, but looks like this is already status quo with other hooks.) -- Sean Allred