<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr"><div>Looks good to me! I use this on all of the repos I send mail from.</div><div><br></div><div>Kinsey<br></div><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Nov 3, 2022 at 11:33 AM Gedare Bloom <<a href="mailto:gedare@rtems.org">gedare@rtems.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">---<br>
 eng/vc-users.rst | 5 +++++<br>
 1 file changed, 5 insertions(+)<br>
<br>
diff --git a/eng/vc-users.rst b/eng/vc-users.rst<br>
index 64c2624..680c004 100644<br>
--- a/eng/vc-users.rst<br>
+++ b/eng/vc-users.rst<br>
@@ -466,6 +466,11 @@ the rtems-docs repo, use<br>
<br>
   git format-patch --subject-prefix="PATCH rtems-docs" ...<br>
<br>
+You can set a default subject prefix for each repository locally, for example:<br>
+<br>
+.. code-block:: shell<br>
+  git config format.subjectprefix "PATCH rtems-docs"<br>
+<br>
 Patches created using ``git format-patch`` are formatted so they can be emailed<br>
 and rely on having Git configured with your name and email address, for example<br>
<br>
-- <br>
2.34.1<br>
<br>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br>
</blockquote></div></div>