Code Review
/
All-Projects.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
fffae13
)
Disallow merge pushes
author
Andrew Grimberg
<agrimberg@linuxfoundation.org>
Fri, 20 Apr 2018 19:30:10 +0000
(19:30 +0000)
committer
Gerrit Code Review
<gerrit@akraino.org>
Fri, 20 Apr 2018 19:30:10 +0000
(19:30 +0000)
We find that merge pushes are a bad practice. As such we disallow
them from happening
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
project.config
patch
|
blob
|
history
diff --git
a/project.config
b/project.config
index
36e5f86
..
c2b4af5
100644
(file)
--- a/
project.config
+++ b/
project.config
@@
-18,7
+18,6
@@
addPatchSet = group Registered Users
[access "refs/for/refs/*"]
push = group Registered Users
- pushMerge = group Registered Users
[access "refs/heads/*"]
create = group Administrators
create = group Project Owners