summaryrefslogtreecommitdiffstats
path: root/eng/vc-users.rst
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2022-11-03 10:33:08 -0600
committerGedare Bloom <gedare@rtems.org>2022-11-03 10:33:08 -0600
commit1b7a2ad298f7dedb1450b3fddb87351131f38ba0 (patch)
tree93dd7fb3df734d075edc70660ea0209a03bd0ac8 /eng/vc-users.rst
parentbsp/riscv: Add a section about running on QEMU (diff)
downloadrtems-docs-1b7a2ad298f7dedb1450b3fddb87351131f38ba0.tar.bz2
eng: show how to set local default subject-prefix
Diffstat (limited to 'eng/vc-users.rst')
-rw-r--r--eng/vc-users.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/eng/vc-users.rst b/eng/vc-users.rst
index 64c2624..680c004 100644
--- a/eng/vc-users.rst
+++ b/eng/vc-users.rst
@@ -466,6 +466,11 @@ the rtems-docs repo, use
git format-patch --subject-prefix="PATCH rtems-docs" ...
+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
and rely on having Git configured with your name and email address, for example