aboutsummaryrefslogtreecommitdiff
path: root/contrib/gcc-changelog/git_commit.py
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2020-11-30 11:41:03 +0000
committerJonathan Wakely <jwakely@redhat.com>2020-11-30 11:41:03 +0000
commit08cd56a6b3a50eb607cfc19821539a958f730328 (patch)
tree8b03e2fb6355bd24c3e30cf48e0c513a9006c6a1 /contrib/gcc-changelog/git_commit.py
parent4380d5ae721545f658d63f6df037afa5d7dc66a9 (diff)
downloadgcc-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-xcontrib/gcc-changelog/git_commit.py3
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 = {