public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH (pushed)] gcc-changelog: temporarily disable check_line_start
@ 2022-11-14  2:52 Martin Liška
  0 siblings, 0 replies; only message in thread
From: Martin Liška @ 2022-11-14  2:52 UTC (permalink / raw)
  To: gcc-patches

The following patch will be needed for ChangeLog entry emission
of the reverted Sphinx commits.

Pushed.
Martin

contrib/ChangeLog:

	* gcc-changelog/git_commit.py: Temporarily disable
	check_line.start.
---
 contrib/gcc-changelog/git_commit.py | 2 ++
 1 file changed, 2 insertions(+)

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-14  2:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-14  2:52 [PATCH (pushed)] gcc-changelog: temporarily disable check_line_start Martin Liška

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).