From 15e03be6fc6406e41c75ff95a9de449663fc9f0e Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Wed, 8 Jun 2022 12:00:04 +0200 Subject: [PATCH] Enable 'no-precommit-check' for GCC/Rust development branches, 'devel/rust/*' --- project.config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/project.config b/project.config index b7bdaf30b9e..5905fe26272 100644 --- a/project.config +++ b/project.config @@ -87,3 +87,9 @@ # Custom email formatter. This inserts GCC monotonically # increasing commit ids in the commit emails. commit-email-formatter = /git/gcc.git/hooks-bin/commit_email_formatter + + # For GCC/Rust development that happens outside of GCC proper, + # , the Git commit messages + # don't always adhere to standard GCC style; see + # . + no-precommit-check = refs/heads/devel/rust/.* -- 2.35.1