We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f6f7a4 + 9b0c7f3 commit a15b845Copy full SHA for a15b845
Documentation/git-am.txt
@@ -24,7 +24,9 @@ DESCRIPTION
24
-----------
25
Splits mail messages in a mailbox into commit log message,
26
authorship information and patches, and applies them to the
27
-current branch.
+current branch. You could think of it as a reverse operation
28
+of linkgit:git-format-patch[1] run on a branch with a straight
29
+history without merges.
30
31
OPTIONS
32
-------
@@ -273,7 +275,8 @@ include::config/am.txt[]
273
275
274
276
SEE ALSO
277
--------
-linkgit:git-apply[1].
278
+linkgit:git-apply[1],
279
+linkgit:git-format-patch[1].
280
281
GIT
282
---
0 commit comments