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:
parent
93f04f3e15
commit
bf0ec3b43b
1 changed files with 25 additions and 24 deletions
|
@ -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.
|
||||
|
||||
|
@ -148,8 +148,9 @@ 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
|
||||
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue