public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/meta/config)] Treat refs/heads/trunk the same as refs/heads/master
@ 2021-08-02 17:07 Joseph Myers
  0 siblings, 0 replies; only message in thread
From: Joseph Myers @ 2021-08-02 17:07 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:f03579097c2c0a7c0545f23d0809ba60ba905f8c

commit f03579097c2c0a7c0545f23d0809ba60ba905f8c
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Mon Aug 2 17:06:09 2021 +0000

    Treat refs/heads/trunk the same as refs/heads/master

Diff:
---
 project.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project.config b/project.config
index c5ea40fa371..b7bdaf30b9e 100644
--- a/project.config
+++ b/project.config
@@ -16,7 +16,7 @@
 	#    git newcomers).
 	#  - on release: We apply the same policy to release branches
 	#    as we have on master.
-	reject-merge-commits = refs/heads/master,refs/heads/releases/.*
+	reject-merge-commits = refs/heads/master,refs/heads/trunk,refs/heads/releases/.*
 
 	# The URL where we can inspect the commit, inserted in the commit
 	# notification email, and also copy sent to the file-commit-cmd.


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

only message in thread, other threads:[~2021-08-02 17:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-02 17:07 [gcc(refs/meta/config)] Treat refs/heads/trunk the same as refs/heads/master Joseph Myers

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).