Re: [PATCH] gcc-changelog: Add libstdc++-v3/testsuite to wildcard prefixes

2020-11-30 Thread Jonathan Wakely via Gcc-patches
On Mon, 30 Nov 2020 at 12:43, Martin Liška wrote: > > On 11/30/20 1:23 PM, Jonathan Wakely wrote: > > On Mon, 30 Nov 2020 at 12:14, Martin Liška wrote: > >> > >> On 11/30/20 12:58 PM, Jonathan Wakely wrote: > >>> I can have a commit which only uses wildcards now, thanks. > >> > >> Good! > >> > >>

Re: [PATCH] gcc-changelog: Add libstdc++-v3/testsuite to wildcard prefixes

2020-11-30 Thread Martin Liška
On 11/30/20 1:23 PM, Jonathan Wakely wrote: On Mon, 30 Nov 2020 at 12:14, Martin Liška wrote: On 11/30/20 12:58 PM, Jonathan Wakely wrote: I can have a commit which only uses wildcards now, thanks. Good! I still can't use sub-directories with wildcards, but I can live with that. Why? T

Re: [PATCH] gcc-changelog: Add libstdc++-v3/testsuite to wildcard prefixes

2020-11-30 Thread Jonathan Wakely via Gcc-patches
On Mon, 30 Nov 2020 at 12:14, Martin Liška wrote: > > On 11/30/20 12:58 PM, Jonathan Wakely wrote: > > I can have a commit which only uses wildcards now, thanks. > > Good! > > > > > I still can't use sub-directories with wildcards, but I can live with that. > > Why? The example I presented did so:

Re: [PATCH] gcc-changelog: Add libstdc++-v3/testsuite to wildcard prefixes

2020-11-30 Thread Martin Liška
On 11/30/20 12:58 PM, Jonathan Wakely wrote: I can have a commit which only uses wildcards now, thanks. Good! I still can't use sub-directories with wildcards, but I can live with that. Why? The example I presented did so: libstdc++-v3/ChangeLog: * doc/html/*: All you need is love

Re: [PATCH] gcc-changelog: Add libstdc++-v3/testsuite to wildcard prefixes

2020-11-30 Thread Jonathan Wakely via Gcc-patches
On Mon, 30 Nov 2020 at 09:44, Martin Liška wrote: > > On 11/27/20 5:23 PM, Jonathan Wakely wrote: > > This allows using "testsuite/*" in libstdc++-v3/ChangeLog entries, which > > was one of the original motivations for adding wildcard support in the > > first place: > > https://gcc.gnu.org/piperma

Re: [PATCH] gcc-changelog: Add libstdc++-v3/testsuite to wildcard prefixes

2020-11-30 Thread Martin Liška
On 11/27/20 5:23 PM, Jonathan Wakely wrote: This allows using "testsuite/*" in libstdc++-v3/ChangeLog entries, which was one of the original motivations for adding wildcard support in the first place: https://gcc.gnu.org/pipermail/gcc/2020-June/232719.html contrib/ChangeLog: * gcc-chang