@@ -501,17 +501,17 @@ the merge message input will be automatically populated.
501501Using .githubmap to Find a Reviewer's Email Address
502502^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
503503If you cannot find the email address of the reviewer on his or her GitHub
504- page, you can look it up in the ** .githubmap ** file, which can be found in
505- the repository at ** /ceph/.githubmap ** .
504+ page, you can look it up in the `` .githubmap `` file, which can be found in
505+ the repository at `` /ceph/.githubmap `` .
506506
507507Using "git log" to find a Reviewer's Email Address
508508^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
509509If you cannot find a reviewer's email address by using the above methods, you
510510can search the git log for their email address. Reviewers are likely to have
511- committed something before. If they have made previous contributions, the git
511+ committed something before. If they have made previous contributions, the git
512512log will probably contain their email address.
513513
514- Use the following command
514+ Use the following command:
515515
516516.. prompt :: bash [branch-under-review]$
517517
@@ -521,9 +521,9 @@ Using ptl-tool to Generate Merge Commits
521521^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
522522
523523Another method of generating merge commits involves using Patrick Donnelly's
524- ** ptl-tool ** pull commits. This tool can be found at
525- ** /ceph/src/script/ptl-tool.py ** . Merge commits that have been generated by
526- the ** ptl-tool ** have the following form::
524+ `` ptl-tool `` to pull commits. This tool can be found at
525+ `` /ceph/src/script/ptl-tool.py `` . Merge commits that have been generated by the
526+ `` ptl-tool `` have the following form::
527527
528528 Merge PR #36257 into main
529529 * refs/pull/36257/head:
0 commit comments