Enable receive.rejectImplicitMerges for Gerrit
Document our intent to enforce the rejectImplicitMerges option for receipt of changes, in order to avoid silently merging the target branch to include the change's history from another branch where those commits are already present. Change-Id: I7478825ed58c5a4e7cf29d06a770e70c7b5a7759
This commit is contained in:
parent
6a09102d82
commit
d3224e71b4
@ -335,6 +335,9 @@ Next, edit ``project.config`` to look like::
|
||||
[project]
|
||||
description = Rights inherited by all other projects
|
||||
|
||||
[receive]
|
||||
rejectImplicitMerges = true
|
||||
|
||||
Now edit the groups file. The format is::
|
||||
|
||||
#UUID Group Name
|
||||
|
Loading…
x
Reference in New Issue
Block a user