Re: git: b7f05445c00f - main - Add WWW entries to port Makefiles

From: <se_at_FreeBSD.org>
Date: Thu, 08 Sep 2022 07:49:11 UTC
Am 08.09.22 um 06:53 schrieb Dima Panov:
> Moin!

>> The pre-commit hook prevented a revert - the only solution that might
>> be to temporarily comment the py3c entry out in devel/Makefile.
> 
> git commit -m "commit message" --no-verify
> 
> When the --no-verify option is used, the pre-commit and commit-msg hooks are 
> bypassed

Hi Dima,

does this work for remote pre-commit hooks during "git push"?

There was no issue with the local checks during "git commit",
but "git push" was blocked by the remote pre-commit check ...

Regards, STefan