summaryrefslogtreecommitdiffstats
path: root/git-am.txt
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.txt
parentc2d7a440ff5b9066f3941589741f4ad87238588c (diff)
downloadgit-htmldocs-0bfdf2efd43d21b9def2c9c4cebd567f16c90dce.tar.gz
Autogenerated HTML docs for v2.40.0-153-g6369a
Diffstat (limited to 'git-am.txt')
-rw-r--r--git-am.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/git-am.txt b/git-am.txt
index 0c1dfb3c9..900be198b 100644
--- a/git-am.txt
+++ b/git-am.txt
@@ -24,7 +24,9 @@ DESCRIPTION
-----------
Splits mail messages in a mailbox into commit log message,
authorship information and patches, and applies them to the
-current branch.
+current branch. You could think of it as a reverse operation
+of linkgit:git-format-patch[1] run on a branch with a straight
+history without merges.
OPTIONS
-------
@@ -273,7 +275,8 @@ include::config/am.txt[]
SEE ALSO
--------
-linkgit:git-apply[1].
+linkgit:git-apply[1],
+linkgit:git-format-patch[1].
GIT
---