Correct --recheck-mergeable flag in 2.9 release notes

The flag is given incorrectly as --recheck-mergeability in the
schema update instructions.

Also add a bullet mentioning the new flag in the release notes
body.

Change-Id: I55c2c6cb0659e7e439da6878f722520e04270e7d
This commit is contained in:
David Pursehouse 2014-01-22 15:47:54 +09:00
parent 45afec7db6
commit 0623c5b8ea

View File

@ -19,7 +19,7 @@ Schema Change
*WARNING:* This release contains schema changes. To upgrade:
----
java -jar gerrit.war init -d site_path
java -jar gerrit.war reindex --recheck-mergeability -d site_path
java -jar gerrit.war reindex --recheck-mergeable -d site_path
----
*WARNING:* Upgrading to 2.9.x requires the server be first upgraded to 2.1.7 (or
@ -39,6 +39,14 @@ New Features
------------
Secondary Index
~~~~~~~~~~~~~~~
* New `--recheck-mergeable` option on the
link:https://gerrit-documentation.storage.googleapis.com/Documentation/2.9/pgm-reindex.html[
`reindex` program].
ssh
~~~