On Tue, 21 Jan 2020 at 16:03, Martin Liška <mli...@suse.cz> wrote: > > Can you please remove the hook for user branches likes: > > $ git push origin me/filter-non-common > Enumerating objects: 27, done. > Counting objects: 100% (27/27), done. > Delta compression using up to 16 threads > Compressing objects: 100% (14/14), done. > Writing objects: 100% (14/14), 1.77 KiB | 1.77 MiB/s, done. > Total 14 (delta 13), reused 0 (delta 0) > remote: *** The first line of a commit message should be a short description > of the change, not a single word. > remote: error: hook declined to update > refs/users/marxin/heads/filter-non-common > To git+ssh://gcc.gnu.org/git/gcc.git > ! [remote rejected] me/filter-non-common -> > refs/users/marxin/heads/filter-non-common (hook declined) > error: failed to push some refs to 'git+ssh://gcc.gnu.org/git/gcc.git'
Requiring slightly better messages than just a single word doesn't seem to restrictive to me, even on user branches.