docs: fixed indentation in gerrit practices

Align code examples and other parts of the document.

Change-Id: I1f6eb9d5d22991f54e367ed248abfe0d49622cc5
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-02-13 10:56:23 -05:00
commit bf0ec3b43b

View file

@ -82,9 +82,9 @@ To avoid pushing untested work to Gerrit, we recommend you follow these steps:
Keeping Track of Changes
************************
* Set Gerrit to send you email:
* Set Gerrit to send you emails:
- Gerrit will subscribe you to the mailing list created for that change if a
- Gerrit will add you to the email distribution list for a change if a
developer adds you as a reviewer, or if you comment on a specific Patch
Set.
@ -140,16 +140,17 @@ history.
1. To make a cover letter that appears in the history, use this command:
.. code-block:: console
.. code-block:: console
$ git commit --allow-empty
Edit the commit message, this message then becomes the cover letter.
The command used doesn't change any files in the source tree.
Edit the commit message, this message then becomes the cover letter.
The command used doesn't change any files in the source tree.
2. To make a cover letter that doesn't appear in the history follow these steps:
* Put the empty commit at the end of your commits list so it can be ignored
without having to rebase.
* Put the empty commit at the end of your commits list so it can be ignored without having to rebase.
* Now add your commits
.. code-block:: console
@ -161,7 +162,7 @@ The command used doesn't change any files in the source tree.
* Finally, push the commits to a topic branch. The following command is an
example:
.. code-block:: console
.. code-block:: console
$ git push REMOTE HEAD:refs/for/master/TopicName
@ -284,7 +285,7 @@ You can also push forcibly with review
Updating the Version of a Change
*********************************
********************************
During the review process, you might be asked to update your change. It is
possible to submit multiple versions of the same change. Each version of the