diff mbox series

[3/3] Expand git-send-email docs to mention format-patch options.

Message ID 20210802204953.229867-4-tbperrotta@gmail.com (mailing list archive)
State New, archived
Headers show
Series git-send-email options and completion improvements | expand

Commit Message

Thiago Perrotta Aug. 2, 2021, 8:49 p.m. UTC
Currently git-send-email(1) does not make it explicit format-patch
options are accepted.

Signed-off-by: Thiago Perrotta <tbperrotta@gmail.com>
---
 Documentation/git-send-email.txt | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt
index 3db4eab..05dd8de 100644
--- a/Documentation/git-send-email.txt
+++ b/Documentation/git-send-email.txt
@@ -42,6 +42,8 @@  and the "Subject:" of the message as the second line.
 OPTIONS
 -------
 
+Options from linkgit:git-format-patch[1] are also accepted.
+
 Composing
 ~~~~~~~~~