diff options
| author | Junio C Hamano <gitster@pobox.com> | 2026-02-25 11:54:16 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-02-25 11:54:16 -0800 |
| commit | bf3c3603fdda0b608a438d566db5f845ef3ed438 (patch) | |
| tree | 386061b6cd8aa9cf9146cd7795e672de0ab896d6 /Documentation/git-format-patch.adoc | |
| parent | 7c02d39fc2ed2702223c7674f73150d9a7e61ba4 (diff) | |
| parent | a454cdca42fda0afaade73d7e90010289d1e7ba8 (diff) | |
| download | git-bf3c3603fdda0b608a438d566db5f845ef3ed438.tar.xz | |
Merge branch 'kh/doc-am-format-sendmail'
Doc update.
* kh/doc-am-format-sendmail:
doc: add caveat about round-tripping format-patch
Diffstat (limited to 'Documentation/git-format-patch.adoc')
| -rw-r--r-- | Documentation/git-format-patch.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-format-patch.adoc b/Documentation/git-format-patch.adoc index 9a7807ca71..bac9b818f3 100644 --- a/Documentation/git-format-patch.adoc +++ b/Documentation/git-format-patch.adoc @@ -798,6 +798,10 @@ if they are part of the requested range. A simple "patch" does not include enough information for the receiving end to reproduce the same merge commit. +=== PATCH APPLICATION + +include::format-patch-caveats.adoc[] + SEE ALSO -------- linkgit:git-am[1], linkgit:git-send-email[1] |
