aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2022-11-14 03:26:17 +0100
committerMartin Liska <mliska@suse.cz>2022-11-25 11:01:00 +0100
commita5878983d53db7513edb0e6bd99250dbb0c7d147 (patch)
treebe8ccc372db851981e7a9b46166de9d31891287a /contrib
parenta8404c07e7fca388c02c39077865f7d5fa928430 (diff)
downloadgcc-a5878983d53db7513edb0e6bd99250dbb0c7d147.zip
gcc-a5878983d53db7513edb0e6bd99250dbb0c7d147.tar.gz
gcc-a5878983d53db7513edb0e6bd99250dbb0c7d147.tar.bz2
gcc-changelog: temporarily disable check_line_start
contrib/ChangeLog: * gcc-changelog/git_commit.py: Temporarily disable check_line.start.
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/gcc-changelog/git_commit.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py
index 3bd6710..59f9680 100755
--- a/contrib/gcc-changelog/git_commit.py
+++ b/contrib/gcc-changelog/git_commit.py
@@ -615,6 +615,8 @@ class GitCommit:
self.errors.append(Error(msg, entry.parentheses_stack[-1]))
def check_line_start(self):
+ # FIXME: temporarily disable
+ return
for entry in self.changelog_entries:
for line in entry.lines:
if line.startswith('\t '):