Re: [PATCH] contrib: git descr/undescr aliases fix for older git

2020-01-15 Thread Richard Earnshaw (lists)
On 14/01/2020 23:44, Jakub Jelinek wrote: On Tue, Jan 14, 2020 at 10:12:09AM +0100, Jakub Jelinek wrote: Note, for the scripts running on sourceware I also had to remove those tags/ part, but thought it is because of running against the bare repo. We could change those into ^\\(tags/\\)\\?basepo

[PATCH] contrib: git descr/undescr aliases fix for older git

2020-01-14 Thread Jakub Jelinek
On Tue, Jan 14, 2020 at 10:12:09AM +0100, Jakub Jelinek wrote: > Note, for the scripts running on sourceware I also had to remove those tags/ > part, but thought it is because of running against the bare repo. > We could change those into ^\\(tags/\\)\\?basepoints/gcc- etc. (and adjust > the \\1. >

Re: [PATCH] contrib: git descr/undescr aliases

2020-01-14 Thread Joseph Myers
On Tue, 14 Jan 2020, Roman Zhuykov wrote: > PS. We at ISPRAS see that for ~28 hours (11 Jan 2020, 18:00 UTC - 12 Jan 2020, > 22:00 UTC) our servers haven't received any gcc mailing list letters, but they > are available at https://gcc.gnu.org/ml/ archives (totally 6 mails on gcc@ and > 16 on gcc-p

Re: [PATCH] contrib: git descr/undescr aliases

2020-01-14 Thread Jakub Jelinek
On Tue, Jan 14, 2020 at 12:04:04PM +0300, Roman Zhuykov wrote: > It was a bit confusing to see "git descr" here in posted patch and "git > gcc-descr" actually committed. That was an IRC request from Richard Earnshaw. > Moreover "git gcc-descr" doesn't work for me with old git: > > ~$ git --versi

Re: [PATCH] contrib: git descr/undescr aliases

2020-01-14 Thread Roman Zhuykov
13.01.2020 14:37, Jakub Jelinek wrote: The following patch adds the descr/undescr aliases (for converting to monotonically increasing revision numbers and back) there next to svn-rev. Both have been changed to use basepoints/gcc-* tags instead of branchpoints/gcc-*, the first one now supports --f

[PATCH] contrib: git descr/undescr aliases

2020-01-13 Thread Jakub Jelinek
On Fri, Jan 10, 2020 at 02:26:53PM +, Richard Earnshaw (lists) wrote: > Updated to add better support for diff-ing .md files. The following patch adds the descr/undescr aliases (for converting to monotonically increasing revision numbers and back) there next to svn-rev. Both have been changed