Merge branch 'stable-2.13'
* stable-2.13:
Minor fixes in 2.13 release notes
Set version to 2.13.1-SNAPSHOT
Change-Id: Ia40342f63798002467c467586d966d62ce3b9af0
diff --git a/ReleaseNotes/ReleaseNotes-2.13.txt b/ReleaseNotes/ReleaseNotes-2.13.txt
index b875603..0afca1a 100644
--- a/ReleaseNotes/ReleaseNotes-2.13.txt
+++ b/ReleaseNotes/ReleaseNotes-2.13.txt
@@ -16,14 +16,15 @@
*WARNING:* To use online reindexing for `changes` secondary index when upgrading
to 2.13.x, the server must first be upgraded to 2.8 (or 2.9) and then through
-2.10, 2.11 and 2.12. Skipping a version will prevent online reindexer from
+2.10, 2.11 and 2.12. Skipping a version will prevent the online reindexer from
working.
-Since 2.13 introduces a new secondary index for accounts, it must be indexed
-offline before starting Gerrit:
+Gerrit 2.13 introduces a new secondary index for accounts, and this must be
+indexed offline before starting Gerrit:
----
java -jar gerrit.war reindex --index accounts -d site_path
----
+
If reindexing will be done offline, you may ignore these warnings and upgrade
directly to 2.13.x using the following command that will reindex both `changes`
and `accounts` secondary indexes:
@@ -52,7 +53,7 @@
=== Large File Storage (LFS)
Gerrit provides an
-link:https://gerrit-review.googlesource.com/Documentation/dev-plugins.html#lfs-extension[
+link:https://gerrit-review.googlesource.com/Documentation/2.13/dev-plugins.html#lfs-extension[
extension point] that enables development of plugins implementing the
link:https://github.com/github/git-lfs/blob/master/docs/api/v1/http-v1-batch.md[
LFS protocol].
@@ -70,7 +71,7 @@
submodule explicitly allows itself to be subscribed.
Please see the
-link://https://gerrit-documentation.storage.googleapis.com/Documentation/2.13/user-submodules.html[
+link:https://gerrit-documentation.storage.googleapis.com/Documentation/2.13/user-submodules.html[
submodules user guide] for details.
Note that when upgrading from an earlier version of Gerrit, permissions for
@@ -290,7 +291,7 @@
* Exported dependencies
+
-Gson is now an exported dependency. Plugin no longer need to explicitly add
+Gson is now an exported dependency. Plugins no longer need to explicitly add
a dependency on it.
=== Misc
@@ -391,7 +392,6 @@
Remove `no changes made` error case when the only difference between a new
commit and the previous patch set of the change is the committer.
-Remove "no changes made" error case
* link:https://bugs.chromium.org/p/gerrit/issues/detail?id=3831[Issue 3831]:
Prevent creating groups with the same name as a system group.
@@ -406,7 +406,7 @@
result in broken links due to `null` being used as the URL.
* link:https://bugs.chromium.org/p/gerrit/issues/detail?id=4488[Issue 4488]:
-Improve error message when Change-Id line is missing in commit message.
+Improve error message when `Change-Id` line is missing in commit message.
+
The error message now includes the sha1 of the commit, so that it is
easier to track down which commit failed validation when multiple commits