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

View File

@@ -166,7 +166,7 @@ To format Java source code, Gerrit uses the
link:https://github.com/google/google-java-format[`google-java-format`]
tool (version 1.5), and to format Bazel BUILD, WORKSPACE and .bzl files the
link:https://github.com/bazelbuild/buildtools/tree/master/buildifier[`buildifier`]
tool (version 0.12.0).
tool (version 0.15.0).
These tools automatically apply format according to the style guides; this
streamlines code review by reducing the need for time-consuming, tedious,
and contentious discussions about trivial issues like whitespace.