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-send-email.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-send-email.adoc')
| -rw-r--r-- | Documentation/git-send-email.adoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/git-send-email.adoc b/Documentation/git-send-email.adoc index 44ae2ed5bf..741f748614 100644 --- a/Documentation/git-send-email.adoc +++ b/Documentation/git-send-email.adoc @@ -692,6 +692,11 @@ Links of a few such community maintained helpers are: - https://github.com/AdityaGarg8/git-credential-email[git-msgraph] (cross platform client that can send emails using the Microsoft Graph API) +CAVEATS +------- + +include::format-patch-caveats.adoc[] + SEE ALSO -------- linkgit:git-format-patch[1], linkgit:git-imap-send[1], mbox(5) |
