summaryrefslogtreecommitdiffstats
path: root/git-format-patch.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-format-patch.html')
-rw-r--r--git-format-patch.html19
1 files changed, 12 insertions, 7 deletions
diff --git a/git-format-patch.html b/git-format-patch.html
index 871658c3b..4cbeb5420 100644
--- a/git-format-patch.html
+++ b/git-format-patch.html
@@ -1847,10 +1847,15 @@ populated with placeholder text.</p></div>
<dd>
<p>
Instead of the standard <em>[PATCH]</em> prefix in the subject
- line, instead use <em>[&lt;subject prefix&gt;]</em>. This
- allows for useful naming of a patch series, and can be
- combined with the <code>--numbered</code> option.
+ line, instead use <em>[&lt;subject prefix&gt;]</em>. This can be used
+ to name a patch series, and can be combined with the
+ <code>--numbered</code> option.
</p>
+<div class="paragraph"><p>The configuration variable <code>format.subjectPrefix</code> may also be used
+to configure a subject prefix to apply to a given repository for
+all patches. This is often useful on mailing lists which receive
+patches for several repositories and can be used to disambiguate
+the patches (with a value of e.g. "PATCH my-project").</p></div>
</dd>
<dt class="hdlist1">
--filename-max-length=&lt;n&gt;
@@ -1869,9 +1874,9 @@ populated with placeholder text.</p></div>
</dt>
<dd>
<p>
- Alias for <code>--subject-prefix="RFC PATCH"</code>. RFC means "Request For
- Comments"; use this when sending an experimental patch for
- discussion rather than application.
+ Prepends "RFC" to the subject prefix (producing "RFC PATCH" by
+ default). RFC means "Request For Comments"; use this when sending
+ an experimental patch for discussion rather than application.
</p>
</dd>
<dt class="hdlist1">
@@ -2612,7 +2617,7 @@ merge commit.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2023-09-01 14:19:52 PDT
+ 2023-09-07 15:10:34 PDT
</div>
</div>
</body>