summaryrefslogtreecommitdiffstats
path: root/git-format-patch.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-09-09 15:08:29 -0700
committerJunio C Hamano <gitster@pobox.com>2022-09-09 15:08:29 -0700
commit80d588f33da8bcdfec5509ef613c45bb19607d36 (patch)
tree48c74671e09cc74d27ae10f131941f999027770c /git-format-patch.html
parentc4f7799fb198cf50c4132036d5c9eb79184ee00b (diff)
downloadgit-htmldocs-80d588f33da8bcdfec5509ef613c45bb19607d36.tar.gz
Autogenerated HTML docs for v2.37.3-542-gdd3f6
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>