aboutsummaryrefslogtreecommitdiff
path: root/contrib/gcc-changelog/git_commit.py
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2022-11-14 03:26:17 +0100
committerMartin Liska <mliska@suse.cz>2022-11-14 03:52:14 +0100
commit5f2ce01a214177460e566d85bf4d44aa18432ed9 (patch)
tree177955ef91fc8c1d02676c4e8776ad3e642f33bc /contrib/gcc-changelog/git_commit.py
parenteefbfbc7935806222ad634a44302b2b4c8781bd2 (diff)
downloadgcc-5f2ce01a214177460e566d85bf4d44aa18432ed9.zip
gcc-5f2ce01a214177460e566d85bf4d44aa18432ed9.tar.gz
gcc-5f2ce01a214177460e566d85bf4d44aa18432ed9.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/gcc-changelog/git_commit.py')
-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 '):