Re: [RFC] Port git gcc-descr to Python

2022-01-19 Thread Eric Gallager via Gcc-patches
On Wed, Jan 19, 2022 at 8:18 AM Martin Liška wrote: > > On 1/19/22 13:49, Martin Jambor wrote: > > Hi, > > > > On Wed, Jan 19 2022, Martin Liška wrote: > >> On 10/18/21 11:01, Martin Liška wrote: > >>> On 10/12/21 10:59, Martin Liška wrote: > Hello. > > There's a complete patch that

Re: [RFC] Port git gcc-descr to Python

2022-01-19 Thread Martin Liška
On 1/19/22 13:49, Martin Jambor wrote: Hi, On Wed, Jan 19 2022, Martin Liška wrote: On 10/18/21 11:01, Martin Liška wrote: On 10/12/21 10:59, Martin Liška wrote: Hello. There's a complete patch that implements both git gcc-descr and gcc-undesrc and sets corresponding git aliases to use them.

Re: [RFC] Port git gcc-descr to Python

2022-01-19 Thread Martin Jambor
Hi, On Wed, Jan 19 2022, Martin Liška wrote: > On 10/18/21 11:01, Martin Liška wrote: >> On 10/12/21 10:59, Martin Liška wrote: >>> Hello. >>> >>> There's a complete patch that implements both git gcc-descr and gcc-undesrc >>> and sets corresponding git aliases to use them. >>> >>> Ready to be ins

Re: [RFC] Port git gcc-descr to Python

2022-01-19 Thread Martin Liška
On 10/18/21 11:01, Martin Liška wrote: On 10/12/21 10:59, Martin Liška wrote: Hello. There's a complete patch that implements both git gcc-descr and gcc-undesrc and sets corresponding git aliases to use them. Ready to be installed? Thanks, Martin All right, so Jakub told me at IRC that we do

Re: [RFC] Port git gcc-descr to Python

2021-10-18 Thread Martin Liška
On 10/12/21 10:59, Martin Liška wrote: Hello. There's a complete patch that implements both git gcc-descr and gcc-undesrc and sets corresponding git aliases to use them. Ready to be installed? Thanks, Martin All right, so Jakub told me at IRC that we doesn't support porting to Python. However

Re: [RFC] Port git gcc-descr to Python

2021-10-14 Thread Jakub Jelinek via Gcc-patches
On Thu, Oct 14, 2021 at 11:06:55AM +0200, Tobias Burnus wrote: > Additionally, I observe the following (independent of the conversion): > For 7433458d871f6bfe2169b9d7d04fec64bb142924, I get: >r0-80854-g7433458d871f6b > The question is whether we are happy that only reversions since > basepoints

Re: [RFC] Port git gcc-descr to Python

2021-10-14 Thread Tobias Burnus
Hi Martin, On 12.10.21 10:59, Martin Liška wrote: There's a complete patch that implements both git gcc-descr and gcc-undesrc and sets corresponding git aliases to use them. When invoking ./contrib/git-describe.py directly, I get the error: fatal: Not a valid object name /master I think you n

Re: [RFC] Port git gcc-descr to Python

2021-10-12 Thread Martin Liška
Hello. There's a complete patch that implements both git gcc-descr and gcc-undesrc and sets corresponding git aliases to use them. Ready to be installed? Thanks, MartinFrom bf46024d03d00edf09d804449acbc5ff17690127 Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Mon, 11 Oct 2021 14:36:19 +0200