Sorry for spamming gcc-patches@ ML, this message should go to gcc@. ---------- Forwarded message --------- From: Uros Bizjak <ubiz...@gmail.com> Date: Tue, Jan 5, 2021 at 3:04 PM Subject: git commit hook does not record my patches to PRs To: gcc-patc...@gcc.gnu.org <gcc-patc...@gcc.gnu.org> Cc: Martin Liska <mli...@suse.cz>
Hello! For some reason git commit hook does not record my patches to PRs, mentioned in the commit message. Some recent examples: PR 98521: https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=951bdbde6ade56eb63af1dfa18777348a8a0d89e and PR98522: https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=1ff0ddcd8b4728bcc96e1daf2e70a03dc9fbf171 These two patches were committed as a single push (but one commit per push also doesn't reach the PR), and the second one is also missing in the gcc-cvs mailing list archive: https://gcc.gnu.org/pipermail/gcc-cvs/2021-January/date.html In the commit message, I have put PR marks everywhere I can think of, but the commit hook is still ignoring them. Can someone please check, what is wrong with the flow and eventually advise me what to do to enjoy the benefits of the automation. Thanks, Uros.