public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* git commit hook does not record my patches to PRs
@ 2021-01-05 14:04 Uros Bizjak
  2021-01-05 14:07 ` Jakub Jelinek
  2021-01-06  9:53 ` Martin Liška
  0 siblings, 2 replies; 4+ messages in thread
From: Uros Bizjak @ 2021-01-05 14:04 UTC (permalink / raw)
  To: gcc-patches

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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: git commit hook does not record my patches to PRs
  2021-01-05 14:04 git commit hook does not record my patches to PRs Uros Bizjak
@ 2021-01-05 14:07 ` Jakub Jelinek
  2021-01-06  9:53 ` Martin Liška
  1 sibling, 0 replies; 4+ messages in thread
From: Jakub Jelinek @ 2021-01-05 14:07 UTC (permalink / raw)
  To: Uros Bizjak, Martin Liška; +Cc: gcc-patches

On Tue, Jan 05, 2021 at 03:04:55PM +0100, Uros Bizjak via Gcc-patches wrote:
> Hello!
> 
> For some reason git commit hook does not record my patches to PRs,
> mentioned in the commit message. Some recent examples:

Maybe the python mess with UTF-8 is back.
> 
> 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

	Jakub


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: git commit hook does not record my patches to PRs
  2021-01-05 14:04 git commit hook does not record my patches to PRs Uros Bizjak
  2021-01-05 14:07 ` Jakub Jelinek
@ 2021-01-06  9:53 ` Martin Liška
  2021-01-06 13:46   ` Martin Liška
  1 sibling, 1 reply; 4+ messages in thread
From: Martin Liška @ 2021-01-06  9:53 UTC (permalink / raw)
  To: Uros Bizjak, gcc-patches

On 1/5/21 3:04 PM, Uros Bizjak wrote:
> 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.

Hello.

I can reproduce that for gcc-reposurgeon-8 repository and yes, it's again related
to a unicode characters (in your case 'š' letter in your first name).

I'll debug that with Jakub.

Martin

> 
> Thanks,
> Uros.
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: git commit hook does not record my patches to PRs
  2021-01-06  9:53 ` Martin Liška
@ 2021-01-06 13:46   ` Martin Liška
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Liška @ 2021-01-06 13:46 UTC (permalink / raw)
  To: Uros Bizjak, gcc-patches

On 1/6/21 10:53 AM, Martin Liška wrote:
> I'll debug that with Jakub.

https://github.com/AdaCore/git-hooks/issues/18

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-01-06 13:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-05 14:04 git commit hook does not record my patches to PRs Uros Bizjak
2021-01-05 14:07 ` Jakub Jelinek
2021-01-06  9:53 ` Martin Liška
2021-01-06 13:46   ` Martin Liška

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).