summaryrefslogtreecommitdiffstats
path: root/git-am.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-03-30 15:52:59 -0700
committerJunio C Hamano <gitster@pobox.com>2023-03-30 15:52:59 -0700
commit0bfdf2efd43d21b9def2c9c4cebd567f16c90dce (patch)
tree3f367716f968b66311987727dd63969b8b08473f /git-am.html
parentc2d7a440ff5b9066f3941589741f4ad87238588c (diff)
downloadgit-htmldocs-0bfdf2efd43d21b9def2c9c4cebd567f16c90dce.tar.gz
Autogenerated HTML docs for v2.40.0-153-g6369a
Diffstat (limited to 'git-am.html')
-rw-r--r--git-am.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/git-am.html b/git-am.html
index 62a67441f..ff0f2d648 100644
--- a/git-am.html
+++ b/git-am.html
@@ -768,7 +768,9 @@ git-am(1) Manual Page
<div class="sectionbody">
<div class="paragraph"><p>Splits mail messages in a mailbox into commit log message,
authorship information and patches, and applies them to the
-current branch.</p></div>
+current branch. You could think of it as a reverse operation
+of <a href="git-format-patch.html">git-format-patch(1)</a> run on a branch with a straight
+history without merges.</p></div>
</div>
</div>
<div class="sect1">
@@ -1272,7 +1274,8 @@ am.threeWay
<div class="sect1">
<h2 id="_see_also">SEE ALSO</h2>
<div class="sectionbody">
-<div class="paragraph"><p><a href="git-apply.html">git-apply(1)</a>.</p></div>
+<div class="paragraph"><p><a href="git-apply.html">git-apply(1)</a>,
+<a href="git-format-patch.html">git-format-patch(1)</a>.</p></div>
</div>
</div>
<div class="sect1">
@@ -1286,7 +1289,7 @@ am.threeWay
<div id="footer">
<div id="footer-text">
Last updated
- 2023-01-16 13:16:56 PST
+ 2023-03-30 15:50:48 PDT
</div>
</div>
</body>