On Tue, May 12, 2020 at 11:05:58AM +0200, Martin Liška wrote: > Thanks to Jakub, we finally set up an experimental environment: > gcc.gnu.org/home/gccadmin/gcc-reposurgeon-8.git > > The repository now contains a new pre-commit hook that validates > the git commit format ([1]) and provides a reasonable error message > when violated. The hook is based on [2] and the page also contains > a fuzzy definition of what is supported. Cloning [2], one can also > check what will be added to ChangeLog entries by:
I'd like to add, when testing in gcc-reposurgeon-8.git, please avoid referencing non-testing PRs so that they won't be spammed, you can e.g. use PR93218 which has been created for the testing during svn -> git conversion. Jakub