Merge branch 'stable-2.14' into stable-2.15

* stable-2.14:
  Clarify that receive.maxObjectSizeLimit does not get inherited
  dev-contributing: use buildifer 0.15.0

Change-Id: I8b3f860dd85cea062f59ba3e9b3f26aae0c6f731
This commit is contained in:
David Pursehouse
2018-08-02 20:22:00 +02:00
2 changed files with 3 additions and 2 deletions

View File

@@ -141,7 +141,8 @@ objects which are too large to Gerrit. This setting can also be set in
receive.maxObjectSizeLimit]).
+
The project specific setting in `project.config` is only honored when it
further reduces the global limit.
further reduces the global limit. The setting is not inherited from the
parent project; it must be explicitly set per project.
+
Default is zero.
+