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.html18
1 files changed, 17 insertions, 1 deletions
diff --git a/git-format-patch.html b/git-format-patch.html
index 98bc97cc2..520db4fa4 100644
--- a/git-format-patch.html
+++ b/git-format-patch.html
@@ -1921,6 +1921,22 @@ transformation for you, and this option should not be used if you are
feeding the result to <code>git send-email</code>.</p></div>
</dd>
<dt class="hdlist1">
+--[no-]force-in-body-from
+</dt>
+<dd>
+<p>
+ With the e-mail sender specified via the <code>--from</code> option, by
+ default, an in-body "From:" to identify the real author of
+ the commit is added at the top of the commit log message if
+ the sender is different from the author. With this option,
+ the in-body "From:" is added even when the sender and the
+ author have the same name and address, which may help if the
+ mailing list software mangles the sender&#8217;s identity.
+ Defaults to the value of the <code>format.forceInBodyFrom</code>
+ configuration variable.
+</p>
+</dd>
+<dt class="hdlist1">
--add-header=&lt;header&gt;
</dt>
<dd>
@@ -2578,7 +2594,7 @@ merge commit.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-01-05 14:13:29 PST
+ 2022-09-09 15:06:28 PDT
</div>
</div>
</body>