diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2020-11-30 11:41:03 +0000 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2020-11-30 11:41:03 +0000 |
commit | 08cd56a6b3a50eb607cfc19821539a958f730328 (patch) | |
tree | 8b03e2fb6355bd24c3e30cf48e0c513a9006c6a1 /contrib/gcc-changelog/git_commit.py | |
parent | 4380d5ae721545f658d63f6df037afa5d7dc66a9 (diff) | |
download | gcc-08cd56a6b3a50eb607cfc19821539a958f730328.zip gcc-08cd56a6b3a50eb607cfc19821539a958f730328.tar.gz gcc-08cd56a6b3a50eb607cfc19821539a958f730328.tar.bz2 |
gcc-changelog: Add libstdc++-v3/testsuite to wildcard prefixes
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-changelog/git_commit.py (wildcard_prefixes): Add libstdc++
testsuite directory.
Diffstat (limited to 'contrib/gcc-changelog/git_commit.py')
-rwxr-xr-x | contrib/gcc-changelog/git_commit.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py index 5366d95..6487de3 100755 --- a/contrib/gcc-changelog/git_commit.py +++ b/contrib/gcc-changelog/git_commit.py @@ -138,7 +138,8 @@ ignored_prefixes = { wildcard_prefixes = { 'gcc/testsuite/', - 'libstdc++-v3/doc/html/' + 'libstdc++-v3/doc/html/', + 'libstdc++-v3/testsuite/' } misc_files = { |