Deprecate pushing to refs/changes

This commit prevents pushing to refs/changes. It is still possible to
allow push to refs/changes with the config flag
receive.allowPushToRefsChanges

Change-Id: I0f45589a1a1a9fee93f1718a13d01c414b3f67a8
This commit is contained in:
Martin Wallgren
2018-01-17 08:49:38 +01:00
parent 22fad17efe
commit 2db1eccbcc
7 changed files with 66 additions and 9 deletions

View File

@@ -34,6 +34,7 @@ occurring and what can be done to solve it.
* link:error-same-change-id-in-multiple-changes.html[same Change-Id in multiple changes]
* link:error-too-many-commits.html[too many commits]
* link:error-upload-denied.html[Upload denied for project \'...']
* link:error-push-refschanges-not-allowed.html[upload to refs/changes not allowed]
* link:error-not-allowed-to-upload-merges.html[you are not allowed to upload merges]