doc: fix reviewers setting command
Change-Id: Icb69c2c40e90978833e37dfb4ef437fb0fd17e3a Signed-off-by: Mariusz Ryndzionek <mariusz.ryndzionek@firmwave.com>
This commit is contained in:
parent
83fd0cf62e
commit
a66780ea2a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue