gerrit/Documentation/cmd-index-changes.txt
Michael Ochmann b99feabd88 Fix formatting of example blocks
With the new stylesheet example blocks (delimited with ====) are
rendered as rather intrusive boxes with large padding in yellow
and grey.

This patch replaces the example blocks with simple code blocks
(delimited with ----) that better match the overall style of the
documentation.

Change-Id: Id95387cdb153332c2066e2d5e378697647dbca52
Signed-off-by: Michael Ochmann <michael.ochmann@sap.com>
2016-07-07 14:06:31 +02:00

42 lines
781 B
Plaintext

= gerrit index changes
== NAME
gerrit index changes - Index one or more changes.
== SYNOPSIS
[verse]
--
_ssh_ -p <port> <host> _gerrit index changes_ <CHANGE> [<CHANGE> ...]
--
== DESCRIPTION
Indexes one or more changes.
Changes can be specified in the link:rest-api-changes.html#change-id[same format]
supported by the REST API.
== ACCESS
Caller must have the 'Maintain Server' capability, or be the owner of the change
to be indexed.
== SCRIPTING
This command is intended to be used in scripts.
== OPTIONS
--CHANGE::
Required; changes to be indexed.
== EXAMPLES
Index changes with legacy ID numbers 1 and 2.
----
$ ssh -p 29418 user@review.example.com gerrit index changes 1 2
----
GERRIT
------
Part of link:index.html[Gerrit Code Review]
SEARCHBOX
---------