From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id B17673858428; Mon, 21 Nov 2022 08:16:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B17673858428 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669018619; bh=/BQCiRX9MogqldjCov0FDKsZW9UrOuCZksO+hXaKnqM=; h=From:To:Subject:Date:From; b=oBUlkv9KizCOi1ngiCzVULZHhMcpNS+G5AFODLOWnBu2I5qLZXw9T8LTQObH4rBXJ Va2LYRJB93ma9Zc56okqtmv4pdro8jvP46EU45Ylp0rbT410dnrx+vDwnYtGo5E7/G 5puBwEJZOejuT2urIw+AMRoxeAObsy6eR+WuSH20= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Martin Liska To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-4183] Revert "gcc-changelog: temporarily disable check_line_start" X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/heads/master X-Git-Oldrev: 139ffc7771b45ea5ef38d58b962976e3f269589c X-Git-Newrev: 454a823dc980bf3631b13670765f1a3eb66e499a Message-Id: <20221121081659.B17673858428@sourceware.org> Date: Mon, 21 Nov 2022 08:16:59 +0000 (GMT) List-Id: https://gcc.gnu.org/g:454a823dc980bf3631b13670765f1a3eb66e499a commit r13-4183-g454a823dc980bf3631b13670765f1a3eb66e499a Author: Martin Liska Date: Mon Nov 21 09:16:27 2022 +0100 Revert "gcc-changelog: temporarily disable check_line_start" This reverts commit 0275ff207027954d16e873ccdbd92f9881a14e72. Diff: --- contrib/gcc-changelog/git_commit.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py index 59f96800da9..3bd671011f2 100755 --- a/contrib/gcc-changelog/git_commit.py +++ b/contrib/gcc-changelog/git_commit.py @@ -615,8 +615,6 @@ 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 '):