https://gcc.gnu.org/g:1a9f6c1e95fff745e54bbb75f1f8ca36ede81f3d
commit r15-7959-g1a9f6c1e95fff745e54bbb75f1f8ca36ede81f3d Author: Jakub Jelinek <ja...@redhat.com> Date: Tue Mar 11 14:30:50 2025 +0100 contrib: Add cobol to bug_components. Without this we can't commit anything refering to cobol/NNNNNN PRs. 2025-03-11 Jakub Jelinek <ja...@redhat.com> * gcc-changelog/git_commit.py (bug_components): Add cobol. Diff: --- contrib/gcc-changelog/git_commit.py | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py index fda5cf597263..5645f80ebb9b 100755 --- a/contrib/gcc-changelog/git_commit.py +++ b/contrib/gcc-changelog/git_commit.py @@ -93,6 +93,7 @@ bug_components = { 'bootstrap', 'c', 'c++', + 'cobol', 'd', 'debug', 'demangler',