[rtems-docs commit] eng/vc-users.rst: Fix markup for subjectprefix

Joel Sherrill joel at rtems.org
Thu Mar 23 15:17:05 UTC 2023


Module:    rtems-docs
Branch:    master
Commit:    3b33dd3cd9ff99d5fa6a4da9e7d44e9b34f830f7
Changeset: http://git.rtems.org/rtems-docs/commit/?id=3b33dd3cd9ff99d5fa6a4da9e7d44e9b34f830f7

Author:    Kinsey Moore <kinsey.moore at oarcorp.com>
Date:      Thu Mar 23 10:30:38 2023 -0500

eng/vc-users.rst: Fix markup for subjectprefix

This was missing a line and causing the code block to not appear in the
rendered document.

---

 eng/vc-users.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eng/vc-users.rst b/eng/vc-users.rst
index fcb7ce6..37fee64 100644
--- a/eng/vc-users.rst
+++ b/eng/vc-users.rst
@@ -540,6 +540,7 @@ the rtems-docs repo, use
 You can set a default subject prefix for each repository locally, for example:
 
 .. code-block:: shell
+
   git config format.subjectprefix "PATCH rtems-docs"
 
 Patches created using ``git format-patch`` are formatted so they can be emailed



More information about the vc mailing list