File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ SYNOPSIS
3636DESCRIPTION
3737-----------
3838
39- Prepare each commit with its "patch" in
39+ Prepare each non-merge commit with its "patch" in
4040one "message" per commit, formatted to resemble a UNIX mailbox.
4141The output of this command is convenient for e-mail submission or
4242for use with 'git am'.
@@ -740,6 +740,14 @@ use it only when you know the recipient uses Git to apply your patch.
740740$ git format-patch -3
741741------------
742742
743+ CAVEATS
744+ -------
745+
746+ Note that `format-patch` will omit merge commits from the output, even
747+ if they are part of the requested range. A simple "patch" does not
748+ include enough information for the receiving end to reproduce the same
749+ merge commit.
750+
743751SEE ALSO
744752--------
745753linkgit:git-am[1], linkgit:git-send-email[1]
You can’t perform that action at this time.
0 commit comments