Re: [PATCH v2 2/3] advice: fix an unexpected leading space
From: Junio C Hamano <hidden> Date: 2024-01-12 21:19:12
Junio C Hamano [off-list ref] writes:
... How about doing it in the pre-commit hook?
Sorry, as it runs before obtaining the proposed commit log message
and making a commit, pre-commit is a wrong one to use. I meant to
say commit-msg hook that is used to verify the contents of the
proposed commit log message.