aboutsummaryrefslogtreecommitdiff
path: root/contrib/gcc-changelog/test_patches.txt
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2022-12-19 14:34:18 +0100
committerMartin Liska <mliska@suse.cz>2022-12-19 14:39:25 +0100
commit7e9ec734f9f942b8068df476f8365440fa9fd410 (patch)
treef6b2fce153eab6a3752817716e8233dd2f2b9c47 /contrib/gcc-changelog/test_patches.txt
parentea37e96a37b50dad17b91d46edc518bbb9132d8e (diff)
downloadgcc-7e9ec734f9f942b8068df476f8365440fa9fd410.zip
gcc-7e9ec734f9f942b8068df476f8365440fa9fd410.tar.gz
gcc-7e9ec734f9f942b8068df476f8365440fa9fd410.tar.bz2
gcc-changelog: allow digit in component name
contrib/ChangeLog: * gcc-changelog/git_commit.py: Allow digit in component name. contrib/ChangeLog: * gcc-changelog/test_email.py: Add new test. * gcc-changelog/test_patches.txt: Add new patch.
Diffstat (limited to 'contrib/gcc-changelog/test_patches.txt')
-rw-r--r--contrib/gcc-changelog/test_patches.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/contrib/gcc-changelog/test_patches.txt b/contrib/gcc-changelog/test_patches.txt
index 6004608..8bbd341 100644
--- a/contrib/gcc-changelog/test_patches.txt
+++ b/contrib/gcc-changelog/test_patches.txt
@@ -3732,3 +3732,28 @@ index 00000000000..649af5e573a
+GCC RUNTIME LIBRARY EXCEPTION
--
2.25.1
+
+=== modula-PR-component.patch ===
+From 1052d89a0b9769453561e18da32b1558d059b320 Mon Sep 17 00:00:00 2001
+From: Martin Liska <mliska@suse.cz>
+Date: Mon, 19 Dec 2022 14:34:18 +0100
+Subject: [PATCH] gcc-changelog: allow digit in component name
+
+ PR modula2/123456
+
+contrib/ChangeLog:
+
+ * gcc-changelog/git_commit.py: Allow digit in component name.
+---
+ contrib/gcc-changelog/git_commit.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py
+index e82fbcacd3e..7fde02cba85 100755
+--- a/contrib/gcc-changelog/git_commit.py
++++ b/contrib/gcc-changelog/git_commit.py
+@@ -0,0 +1,1 @@
++ GNU Free Documentation License
+--
+2.39.0
+