Document the --recheck-mergeable flag for the reindex program

Change-Id: Ie280e4c32ab74b995d23f0b70298da77f2e8b3d9
This commit is contained in:
David Pursehouse 2014-01-22 15:44:04 +09:00
parent 101a8c4b65
commit 45afec7db6

View File

@ -15,6 +15,15 @@ Rebuilds the secondary index.
--threads::
Number of threads to use for indexing.
--recheck-mergeable::
Recheck the mergeable flag on all open changes. For each open change,
look up for which commit the mergeability check was last done and if
this commit is different from the HEAD commit of the change's destination
branch, recompute the mergeability flag of the change by checking if the
commit of the current patch set can be merged into the destination branch.
Because this operation is computationally expensive, it is not enabled
by default.
--schema-version::
Schema version to reindex; default is most recent version.