summaryrefslogtreecommitdiffstats
path: root/eng/vc-users.rst
diff options
context:
space:
mode:
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