diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py
index 3bd671011f20de8f5156f6374e831959405cb531..59f96800da91c2448dc3211dddd861e6c388ceda 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 '):