@@ -505,17 +505,17 @@ the merge message input will be automatically populated.
505505Using .githubmap to Find a Reviewer's Email Address
506506^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
507507If you cannot find the email address of the reviewer on his or her GitHub
508- page, you can look it up in the ** .githubmap ** file, which can be found in
509- the repository at ** /ceph/.githubmap ** .
508+ page, you can look it up in the `` .githubmap `` file, which can be found in
509+ the repository at `` /ceph/.githubmap `` .
510510
511511Using "git log" to find a Reviewer's Email Address
512512^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
513513If you cannot find a reviewer's email address by using the above methods, you
514514can search the git log for their email address. Reviewers are likely to have
515- committed something before. If they have made previous contributions, the git
515+ committed something before. If they have made previous contributions, the git
516516log will probably contain their email address.
517517
518- Use the following command
518+ Use the following command:
519519
520520.. prompt :: bash [branch-under-review]$
521521
@@ -525,9 +525,9 @@ Using ptl-tool to Generate Merge Commits
525525^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
526526
527527Another method of generating merge commits involves using Patrick Donnelly's
528- ** ptl-tool ** pull commits. This tool can be found at
529- ** /ceph/src/script/ptl-tool.py ** . Merge commits that have been generated by
530- the ** ptl-tool ** have the following form::
528+ `` ptl-tool `` to pull commits. This tool can be found at
529+ `` /ceph/src/script/ptl-tool.py `` . Merge commits that have been generated by the
530+ `` ptl-tool `` have the following form::
531531
532532 Merge PR #36257 into main
533533 * refs/pull/36257/head:
0 commit comments