doc: fix reviewers setting command

Change-Id: Icb69c2c40e90978833e37dfb4ef437fb0fd17e3a
Signed-off-by: Mariusz Ryndzionek <mariusz.ryndzionek@firmwave.com>
This commit is contained in:
Ryndzionek Mariusz 2016-06-17 08:47:55 +02:00 committed by Anas Nashif
commit a66780ea2a

View file

@ -135,7 +135,7 @@ For the Zephyr Project, the special branch is called :literal:`refs/for/master`
.. code-block:: bash
$ git push origin HEAD:refs/for/master%r=rev1@email.com,rv2@notemail.com
$ git push origin HEAD:refs/for/master%r=rev1@email.com,r=rev2@notemail.com
Alternatively, you can auto-configure GIT to add a set of reviewers if your commits will
have the same reviewers all at the time.
@ -146,7 +146,7 @@ For the Zephyr Project, the special branch is called :literal:`refs/for/master`
.. code-block:: bash
[branch "master"] #.... push =
HEAD:refs/for/master%r=rev1@email.com,rev2@notemail.com`
HEAD:refs/for/master%r=rev1@email.com,r=rev2@notemail.com`
Make sure to use actual email addresses instead of the :literal:`@email.com and