On Sat, Jan 30, 2021 at 06:37:11PM -0500, Mark H Weaver wrote: > What would the Git hook do, precisely? The reason I ask is that some > bug fixes are appropriate on a frozen branch. How would a Git hook > determine whether a given commit should be allowed?
I haven't given much thought to how it would work but, if it ran on the client side as a pre-push hook, it could be easily disabled by the committer, when necessary.