Autogenerated manpages for v2.37.1-223-g6a475b
[git-manpages.git] / man1 / git-send-email.1
blob866b51d23774053adf3f29d5f61443cfcf7a9aec
1 '\" t
2 .\"     Title: git-send-email
3 .\"    Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
4 .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5 .\"      Date: 07/22/2022
6 .\"    Manual: Git Manual
7 .\"    Source: Git 2.37.1.223.g6a475b71f8
8 .\"  Language: English
9 .\"
10 .TH "GIT\-SEND\-EMAIL" "1" "07/22/2022" "Git 2\&.37\&.1\&.223\&.g6a475b" "Git Manual"
11 .\" -----------------------------------------------------------------
12 .\" * Define some portability stuff
13 .\" -----------------------------------------------------------------
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 .\" http://bugs.debian.org/507673
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 .ie \n(.g .ds Aq \(aq
19 .el       .ds Aq '
20 .\" -----------------------------------------------------------------
21 .\" * set default formatting
22 .\" -----------------------------------------------------------------
23 .\" disable hyphenation
24 .nh
25 .\" disable justification (adjust text to left margin only)
26 .ad l
27 .\" -----------------------------------------------------------------
28 .\" * MAIN CONTENT STARTS HERE *
29 .\" -----------------------------------------------------------------
30 .SH "NAME"
31 git-send-email \- Send a collection of patches as emails
32 .SH "SYNOPSIS"
33 .sp
34 .nf
35 \fIgit send\-email\fR [<options>] <file|directory>\&...
36 \fIgit send\-email\fR [<options>] <format\-patch options>
37 \fIgit send\-email\fR \-\-dump\-aliases
38 .fi
39 .sp
40 .SH "DESCRIPTION"
41 .sp
42 Takes the patches given on the command line and emails them out\&. Patches can be specified as files, directories (which will send all files in the directory), or directly as a revision list\&. In the last case, any format accepted by \fBgit-format-patch\fR(1) can be passed to git send\-email, as well as options understood by \fBgit-format-patch\fR(1)\&.
43 .sp
44 The header of the email is configurable via command\-line options\&. If not specified on the command line, the user will be prompted with a ReadLine enabled interface to provide the necessary information\&.
45 .sp
46 There are two formats accepted for patch files:
47 .sp
48 .RS 4
49 .ie n \{\
50 \h'-04' 1.\h'+01'\c
51 .\}
52 .el \{\
53 .sp -1
54 .IP "  1." 4.2
55 .\}
56 mbox format files
57 .sp
58 This is what
59 \fBgit-format-patch\fR(1)
60 generates\&. Most headers and MIME formatting are ignored\&.
61 .RE
62 .sp
63 .RS 4
64 .ie n \{\
65 \h'-04' 2.\h'+01'\c
66 .\}
67 .el \{\
68 .sp -1
69 .IP "  2." 4.2
70 .\}
71 The original format used by Greg Kroah\-Hartman\(cqs
72 \fIsend_lots_of_email\&.pl\fR
73 script
74 .sp
75 This format expects the first line of the file to contain the "Cc:" value and the "Subject:" of the message as the second line\&.
76 .RE
77 .SH "OPTIONS"
78 .SS "Composing"
79 .PP
80 \-\-annotate
81 .RS 4
82 Review and edit each patch you\(cqre about to send\&. Default is the value of
83 \fBsendemail\&.annotate\fR\&. See the CONFIGURATION section for
84 \fBsendemail\&.multiEdit\fR\&.
85 .RE
86 .PP
87 \-\-bcc=<address>,\&...
88 .RS 4
89 Specify a "Bcc:" value for each email\&. Default is the value of
90 \fBsendemail\&.bcc\fR\&.
91 .sp
92 This option may be specified multiple times\&.
93 .RE
94 .PP
95 \-\-cc=<address>,\&...
96 .RS 4
97 Specify a starting "Cc:" value for each email\&. Default is the value of
98 \fBsendemail\&.cc\fR\&.
99 .sp
100 This option may be specified multiple times\&.
103 \-\-compose
104 .RS 4
105 Invoke a text editor (see GIT_EDITOR in
106 \fBgit-var\fR(1)) to edit an introductory message for the patch series\&.
108 When
109 \fB\-\-compose\fR
110 is used, git send\-email will use the From, Subject, and In\-Reply\-To headers specified in the message\&. If the body of the message (what you type after the headers and a blank line) only contains blank (or Git: prefixed) lines, the summary won\(cqt be sent, but From, Subject, and In\-Reply\-To headers will be used unless they are removed\&.
112 Missing From or In\-Reply\-To headers will be prompted for\&.
114 See the CONFIGURATION section for
115 \fBsendemail\&.multiEdit\fR\&.
118 \-\-from=<address>
119 .RS 4
120 Specify the sender of the emails\&. If not specified on the command line, the value of the
121 \fBsendemail\&.from\fR
122 configuration option is used\&. If neither the command\-line option nor
123 \fBsendemail\&.from\fR
124 are set, then the user will be prompted for the value\&. The default for the prompt will be the value of GIT_AUTHOR_IDENT, or GIT_COMMITTER_IDENT if that is not set, as returned by "git var \-l"\&.
127 \-\-reply\-to=<address>
128 .RS 4
129 Specify the address where replies from recipients should go to\&. Use this if replies to messages should go to another address than what is specified with the \-\-from parameter\&.
132 \-\-in\-reply\-to=<identifier>
133 .RS 4
134 Make the first mail (or all the mails with
135 \fB\-\-no\-thread\fR) appear as a reply to the given Message\-Id, which avoids breaking threads to provide a new patch series\&. The second and subsequent emails will be sent as replies according to the
136 \fB\-\-[no\-]chain\-reply\-to\fR
137 setting\&.
139 So for example when
140 \fB\-\-thread\fR
142 \fB\-\-no\-chain\-reply\-to\fR
143 are specified, the second and subsequent patches will be replies to the first one like in the illustration below where
144 \fB[PATCH v2 0/3]\fR
145 is in reply to
146 \fB[PATCH 0/2]\fR:
148 .if n \{\
149 .RS 4
152 [PATCH 0/2] Here is what I did\&.\&.\&.
153   [PATCH 1/2] Clean up and tests
154   [PATCH 2/2] Implementation
155   [PATCH v2 0/3] Here is a reroll
156     [PATCH v2 1/3] Clean up
157     [PATCH v2 2/3] New tests
158     [PATCH v2 3/3] Implementation
160 .if n \{\
164 Only necessary if \-\-compose is also set\&. If \-\-compose is not set, this will be prompted for\&.
167 \-\-subject=<string>
168 .RS 4
169 Specify the initial subject of the email thread\&. Only necessary if \-\-compose is also set\&. If \-\-compose is not set, this will be prompted for\&.
172 \-\-to=<address>,\&...
173 .RS 4
174 Specify the primary recipient of the emails generated\&. Generally, this will be the upstream maintainer of the project involved\&. Default is the value of the
175 \fBsendemail\&.to\fR
176 configuration value; if that is unspecified, and \-\-to\-cmd is not specified, this will be prompted for\&.
178 This option may be specified multiple times\&.
181 \-\-8bit\-encoding=<encoding>
182 .RS 4
183 When encountering a non\-ASCII message or subject that does not declare its encoding, add headers/quoting to indicate it is encoded in <encoding>\&. Default is the value of the
184 \fIsendemail\&.assume8bitEncoding\fR; if that is unspecified, this will be prompted for if any non\-ASCII files are encountered\&.
186 Note that no attempts whatsoever are made to validate the encoding\&.
189 \-\-compose\-encoding=<encoding>
190 .RS 4
191 Specify encoding of compose message\&. Default is the value of the
192 \fIsendemail\&.composeencoding\fR; if that is unspecified, UTF\-8 is assumed\&.
195 \-\-transfer\-encoding=(7bit|8bit|quoted\-printable|base64|auto)
196 .RS 4
197 Specify the transfer encoding to be used to send the message over SMTP\&. 7bit will fail upon encountering a non\-ASCII message\&. quoted\-printable can be useful when the repository contains files that contain carriage returns, but makes the raw patch email file (as saved from a MUA) much harder to inspect manually\&. base64 is even more fool proof, but also even more opaque\&. auto will use 8bit when possible, and quoted\-printable otherwise\&.
199 Default is the value of the
200 \fBsendemail\&.transferEncoding\fR
201 configuration value; if that is unspecified, default to
202 \fBauto\fR\&.
205 \-\-xmailer, \-\-no\-xmailer
206 .RS 4
207 Add (or prevent adding) the "X\-Mailer:" header\&. By default, the header is added, but it can be turned off by setting the
208 \fBsendemail\&.xmailer\fR
209 configuration variable to
210 \fBfalse\fR\&.
212 .SS "Sending"
214 \-\-envelope\-sender=<address>
215 .RS 4
216 Specify the envelope sender used to send the emails\&. This is useful if your default address is not the address that is subscribed to a list\&. In order to use the
217 \fIFrom\fR
218 address, set the value to "auto"\&. If you use the sendmail binary, you must have suitable privileges for the \-f parameter\&. Default is the value of the
219 \fBsendemail\&.envelopeSender\fR
220 configuration variable; if that is unspecified, choosing the envelope sender is left to your MTA\&.
223 \-\-sendmail\-cmd=<command>
224 .RS 4
225 Specify a command to run to send the email\&. The command should be sendmail\-like; specifically, it must support the
226 \fB\-i\fR
227 option\&. The command will be executed in the shell if necessary\&. Default is the value of
228 \fBsendemail\&.sendmailcmd\fR\&. If unspecified, and if \-\-smtp\-server is also unspecified, git\-send\-email will search for
229 \fBsendmail\fR
231 \fB/usr/sbin\fR,
232 \fB/usr/lib\fR
233 and $PATH\&.
236 \-\-smtp\-encryption=<encryption>
237 .RS 4
238 Specify the encryption to use, either
239 \fIssl\fR
241 \fItls\fR\&. Any other value reverts to plain SMTP\&. Default is the value of
242 \fBsendemail\&.smtpEncryption\fR\&.
245 \-\-smtp\-domain=<FQDN>
246 .RS 4
247 Specifies the Fully Qualified Domain Name (FQDN) used in the HELO/EHLO command to the SMTP server\&. Some servers require the FQDN to match your IP address\&. If not set, git send\-email attempts to determine your FQDN automatically\&. Default is the value of
248 \fBsendemail\&.smtpDomain\fR\&.
251 \-\-smtp\-auth=<mechanisms>
252 .RS 4
253 Whitespace\-separated list of allowed SMTP\-AUTH mechanisms\&. This setting forces using only the listed mechanisms\&. Example:
255 .if n \{\
256 .RS 4
259 $ git send\-email \-\-smtp\-auth="PLAIN LOGIN GSSAPI" \&.\&.\&.
261 .if n \{\
265 If at least one of the specified mechanisms matches the ones advertised by the SMTP server and if it is supported by the utilized SASL library, the mechanism is used for authentication\&. If neither
266 \fIsendemail\&.smtpAuth\fR
268 \fB\-\-smtp\-auth\fR
269 is specified, all mechanisms supported by the SASL library can be used\&. The special value
270 \fInone\fR
271 maybe specified to completely disable authentication independently of
272 \fB\-\-smtp\-user\fR
275 \-\-smtp\-pass[=<password>]
276 .RS 4
277 Password for SMTP\-AUTH\&. The argument is optional: If no argument is specified, then the empty string is used as the password\&. Default is the value of
278 \fBsendemail\&.smtpPass\fR, however
279 \fB\-\-smtp\-pass\fR
280 always overrides this value\&.
282 Furthermore, passwords need not be specified in configuration files or on the command line\&. If a username has been specified (with
283 \fB\-\-smtp\-user\fR
284 or a
285 \fBsendemail\&.smtpUser\fR), but no password has been specified (with
286 \fB\-\-smtp\-pass\fR
288 \fBsendemail\&.smtpPass\fR), then a password is obtained using
289 \fIgit\-credential\fR\&.
292 \-\-no\-smtp\-auth
293 .RS 4
294 Disable SMTP authentication\&. Short hand for
295 \fB\-\-smtp\-auth=none\fR
298 \-\-smtp\-server=<host>
299 .RS 4
300 If set, specifies the outgoing SMTP server to use (e\&.g\&.
301 \fBsmtp\&.example\&.com\fR
302 or a raw IP address)\&. If unspecified, and if
303 \fB\-\-sendmail\-cmd\fR
304 is also unspecified, the default is to search for
305 \fBsendmail\fR
307 \fB/usr/sbin\fR,
308 \fB/usr/lib\fR
309 and $PATH if such a program is available, falling back to
310 \fBlocalhost\fR
311 otherwise\&.
313 For backward compatibility, this option can also specify a full pathname of a sendmail\-like program instead; the program must support the
314 \fB\-i\fR
315 option\&. This method does not support passing arguments or using plain command names\&. For those use cases, consider using
316 \fB\-\-sendmail\-cmd\fR
317 instead\&.
320 \-\-smtp\-server\-port=<port>
321 .RS 4
322 Specifies a port different from the default port (SMTP servers typically listen to smtp port 25, but may also listen to submission port 587, or the common SSL smtp port 465); symbolic port names (e\&.g\&. "submission" instead of 587) are also accepted\&. The port can also be set with the
323 \fBsendemail\&.smtpServerPort\fR
324 configuration variable\&.
327 \-\-smtp\-server\-option=<option>
328 .RS 4
329 If set, specifies the outgoing SMTP server option to use\&. Default value can be specified by the
330 \fBsendemail\&.smtpServerOption\fR
331 configuration option\&.
333 The \-\-smtp\-server\-option option must be repeated for each option you want to pass to the server\&. Likewise, different lines in the configuration files must be used for each option\&.
336 \-\-smtp\-ssl
337 .RS 4
338 Legacy alias for
339 \fI\-\-smtp\-encryption ssl\fR\&.
342 \-\-smtp\-ssl\-cert\-path
343 .RS 4
344 Path to a store of trusted CA certificates for SMTP SSL/TLS certificate validation (either a directory that has been processed by
345 \fIc_rehash\fR, or a single file containing one or more PEM format certificates concatenated together: see verify(1) \-CAfile and \-CApath for more information on these)\&. Set it to an empty string to disable certificate verification\&. Defaults to the value of the
346 \fBsendemail\&.smtpsslcertpath\fR
347 configuration variable, if set, or the backing SSL library\(cqs compiled\-in default otherwise (which should be the best choice on most platforms)\&.
350 \-\-smtp\-user=<user>
351 .RS 4
352 Username for SMTP\-AUTH\&. Default is the value of
353 \fBsendemail\&.smtpUser\fR; if a username is not specified (with
354 \fB\-\-smtp\-user\fR
356 \fBsendemail\&.smtpUser\fR), then authentication is not attempted\&.
359 \-\-smtp\-debug=0|1
360 .RS 4
361 Enable (1) or disable (0) debug output\&. If enabled, SMTP commands and replies will be printed\&. Useful to debug TLS connection and authentication problems\&.
364 \-\-batch\-size=<num>
365 .RS 4
366 Some email servers (e\&.g\&. smtp\&.163\&.com) limit the number emails to be sent per session (connection) and this will lead to a failure when sending many messages\&. With this option, send\-email will disconnect after sending $<num> messages and wait for a few seconds (see \-\-relogin\-delay) and reconnect, to work around such a limit\&. You may want to use some form of credential helper to avoid having to retype your password every time this happens\&. Defaults to the
367 \fBsendemail\&.smtpBatchSize\fR
368 configuration variable\&.
371 \-\-relogin\-delay=<int>
372 .RS 4
373 Waiting $<int> seconds before reconnecting to SMTP server\&. Used together with \-\-batch\-size option\&. Defaults to the
374 \fBsendemail\&.smtpReloginDelay\fR
375 configuration variable\&.
377 .SS "Automating"
379 \-\-no\-[to|cc|bcc]
380 .RS 4
381 Clears any list of "To:", "Cc:", "Bcc:" addresses previously set via config\&.
384 \-\-no\-identity
385 .RS 4
386 Clears the previously read value of
387 \fBsendemail\&.identity\fR
388 set via config, if any\&.
391 \-\-to\-cmd=<command>
392 .RS 4
393 Specify a command to execute once per patch file which should generate patch file specific "To:" entries\&. Output of this command must be single email address per line\&. Default is the value of
394 \fIsendemail\&.tocmd\fR
395 configuration value\&.
398 \-\-cc\-cmd=<command>
399 .RS 4
400 Specify a command to execute once per patch file which should generate patch file specific "Cc:" entries\&. Output of this command must be single email address per line\&. Default is the value of
401 \fBsendemail\&.ccCmd\fR
402 configuration value\&.
405 \-\-[no\-]chain\-reply\-to
406 .RS 4
407 If this is set, each email will be sent as a reply to the previous email sent\&. If disabled with "\-\-no\-chain\-reply\-to", all emails after the first will be sent as replies to the first email sent\&. When using this, it is recommended that the first file given be an overview of the entire patch series\&. Disabled by default, but the
408 \fBsendemail\&.chainReplyTo\fR
409 configuration variable can be used to enable it\&.
412 \-\-identity=<identity>
413 .RS 4
414 A configuration identity\&. When given, causes values in the
415 \fIsendemail\&.<identity>\fR
416 subsection to take precedence over values in the
417 \fIsendemail\fR
418 section\&. The default identity is the value of
419 \fBsendemail\&.identity\fR\&.
422 \-\-[no\-]signed\-off\-by\-cc
423 .RS 4
424 If this is set, add emails found in the
425 \fBSigned\-off\-by\fR
426 trailer or Cc: lines to the cc list\&. Default is the value of
427 \fBsendemail\&.signedoffbycc\fR
428 configuration value; if that is unspecified, default to \-\-signed\-off\-by\-cc\&.
431 \-\-[no\-]cc\-cover
432 .RS 4
433 If this is set, emails found in Cc: headers in the first patch of the series (typically the cover letter) are added to the cc list for each email set\&. Default is the value of
434 \fIsendemail\&.cccover\fR
435 configuration value; if that is unspecified, default to \-\-no\-cc\-cover\&.
438 \-\-[no\-]to\-cover
439 .RS 4
440 If this is set, emails found in To: headers in the first patch of the series (typically the cover letter) are added to the to list for each email set\&. Default is the value of
441 \fIsendemail\&.tocover\fR
442 configuration value; if that is unspecified, default to \-\-no\-to\-cover\&.
445 \-\-suppress\-cc=<category>
446 .RS 4
447 Specify an additional category of recipients to suppress the auto\-cc of:
449 .RS 4
450 .ie n \{\
451 \h'-04'\(bu\h'+03'\c
453 .el \{\
454 .sp -1
455 .IP \(bu 2.3
457 \fIauthor\fR
458 will avoid including the patch author\&.
461 .RS 4
462 .ie n \{\
463 \h'-04'\(bu\h'+03'\c
465 .el \{\
466 .sp -1
467 .IP \(bu 2.3
469 \fIself\fR
470 will avoid including the sender\&.
473 .RS 4
474 .ie n \{\
475 \h'-04'\(bu\h'+03'\c
477 .el \{\
478 .sp -1
479 .IP \(bu 2.3
481 \fIcc\fR
482 will avoid including anyone mentioned in Cc lines in the patch header except for self (use
483 \fIself\fR
484 for that)\&.
487 .RS 4
488 .ie n \{\
489 \h'-04'\(bu\h'+03'\c
491 .el \{\
492 .sp -1
493 .IP \(bu 2.3
495 \fIbodycc\fR
496 will avoid including anyone mentioned in Cc lines in the patch body (commit message) except for self (use
497 \fIself\fR
498 for that)\&.
501 .RS 4
502 .ie n \{\
503 \h'-04'\(bu\h'+03'\c
505 .el \{\
506 .sp -1
507 .IP \(bu 2.3
509 \fIsob\fR
510 will avoid including anyone mentioned in the Signed\-off\-by trailers except for self (use
511 \fIself\fR
512 for that)\&.
515 .RS 4
516 .ie n \{\
517 \h'-04'\(bu\h'+03'\c
519 .el \{\
520 .sp -1
521 .IP \(bu 2.3
523 \fImisc\-by\fR
524 will avoid including anyone mentioned in Acked\-by, Reviewed\-by, Tested\-by and other "\-by" lines in the patch body, except Signed\-off\-by (use
525 \fIsob\fR
526 for that)\&.
529 .RS 4
530 .ie n \{\
531 \h'-04'\(bu\h'+03'\c
533 .el \{\
534 .sp -1
535 .IP \(bu 2.3
537 \fIcccmd\fR
538 will avoid running the \-\-cc\-cmd\&.
541 .RS 4
542 .ie n \{\
543 \h'-04'\(bu\h'+03'\c
545 .el \{\
546 .sp -1
547 .IP \(bu 2.3
549 \fIbody\fR
550 is equivalent to
551 \fIsob\fR
553 \fIbodycc\fR
555 \fImisc\-by\fR\&.
558 .RS 4
559 .ie n \{\
560 \h'-04'\(bu\h'+03'\c
562 .el \{\
563 .sp -1
564 .IP \(bu 2.3
566 \fIall\fR
567 will suppress all auto cc values\&.
570 Default is the value of
571 \fBsendemail\&.suppresscc\fR
572 configuration value; if that is unspecified, default to
573 \fIself\fR
574 if \-\-suppress\-from is specified, as well as
575 \fIbody\fR
576 if \-\-no\-signed\-off\-cc is specified\&.
579 \-\-[no\-]suppress\-from
580 .RS 4
581 If this is set, do not add the From: address to the cc: list\&. Default is the value of
582 \fBsendemail\&.suppressFrom\fR
583 configuration value; if that is unspecified, default to \-\-no\-suppress\-from\&.
586 \-\-[no\-]thread
587 .RS 4
588 If this is set, the In\-Reply\-To and References headers will be added to each email sent\&. Whether each mail refers to the previous email (\fBdeep\fR
589 threading per
590 \fIgit format\-patch\fR
591 wording) or to the first email (\fBshallow\fR
592 threading) is governed by "\-\-[no\-]chain\-reply\-to"\&.
594 If disabled with "\-\-no\-thread", those headers will not be added (unless specified with \-\-in\-reply\-to)\&. Default is the value of the
595 \fBsendemail\&.thread\fR
596 configuration value; if that is unspecified, default to \-\-thread\&.
598 It is up to the user to ensure that no In\-Reply\-To header already exists when
599 \fIgit send\-email\fR
600 is asked to add it (especially note that
601 \fIgit format\-patch\fR
602 can be configured to do the threading itself)\&. Failure to do so may not produce the expected result in the recipient\(cqs MUA\&.
604 .SS "Administering"
606 \-\-confirm=<mode>
607 .RS 4
608 Confirm just before sending:
610 .RS 4
611 .ie n \{\
612 \h'-04'\(bu\h'+03'\c
614 .el \{\
615 .sp -1
616 .IP \(bu 2.3
618 \fIalways\fR
619 will always confirm before sending
622 .RS 4
623 .ie n \{\
624 \h'-04'\(bu\h'+03'\c
626 .el \{\
627 .sp -1
628 .IP \(bu 2.3
630 \fInever\fR
631 will never confirm before sending
634 .RS 4
635 .ie n \{\
636 \h'-04'\(bu\h'+03'\c
638 .el \{\
639 .sp -1
640 .IP \(bu 2.3
642 \fIcc\fR
643 will confirm before sending when send\-email has automatically added addresses from the patch to the Cc list
646 .RS 4
647 .ie n \{\
648 \h'-04'\(bu\h'+03'\c
650 .el \{\
651 .sp -1
652 .IP \(bu 2.3
654 \fIcompose\fR
655 will confirm before sending the first message when using \-\-compose\&.
658 .RS 4
659 .ie n \{\
660 \h'-04'\(bu\h'+03'\c
662 .el \{\
663 .sp -1
664 .IP \(bu 2.3
666 \fIauto\fR
667 is equivalent to
668 \fIcc\fR
670 \fIcompose\fR
673 Default is the value of
674 \fBsendemail\&.confirm\fR
675 configuration value; if that is unspecified, default to
676 \fIauto\fR
677 unless any of the suppress options have been specified, in which case default to
678 \fIcompose\fR\&.
681 \-\-dry\-run
682 .RS 4
683 Do everything except actually send the emails\&.
686 \-\-[no\-]format\-patch
687 .RS 4
688 When an argument may be understood either as a reference or as a file name, choose to understand it as a format\-patch argument (\fB\-\-format\-patch\fR) or as a file name (\fB\-\-no\-format\-patch\fR)\&. By default, when such a conflict occurs, git send\-email will fail\&.
691 \-\-quiet
692 .RS 4
693 Make git\-send\-email less verbose\&. One line per email should be all that is output\&.
696 \-\-[no\-]validate
697 .RS 4
698 Perform sanity checks on patches\&. Currently, validation means the following:
700 .RS 4
701 .ie n \{\
702 \h'-04'\(bu\h'+03'\c
704 .el \{\
705 .sp -1
706 .IP \(bu 2.3
708 Invoke the sendemail\-validate hook if present (see
709 \fBgithooks\fR(5))\&.
712 .RS 4
713 .ie n \{\
714 \h'-04'\(bu\h'+03'\c
716 .el \{\
717 .sp -1
718 .IP \(bu 2.3
720 Warn of patches that contain lines longer than 998 characters unless a suitable transfer encoding (\fIauto\fR,
721 \fIbase64\fR, or
722 \fIquoted\-printable\fR) is used; this is due to SMTP limits as described by
723 \m[blue]\fBhttp://www\&.ietf\&.org/rfc/rfc5322\&.txt\fR\m[]\&.
726 Default is the value of
727 \fBsendemail\&.validate\fR; if this is not set, default to
728 \fB\-\-validate\fR\&.
731 \-\-force
732 .RS 4
733 Send emails even if safety checks would prevent it\&.
735 .SS "Information"
737 \-\-dump\-aliases
738 .RS 4
739 Instead of the normal operation, dump the shorthand alias names from the configured alias file(s), one per line in alphabetical order\&. Note, this only includes the alias name and not its expanded email addresses\&. See
740 \fIsendemail\&.aliasesfile\fR
741 for more information about aliases\&.
743 .SH "CONFIGURATION"
745 sendemail\&.aliasesFile
746 .RS 4
747 To avoid typing long email addresses, point this to one or more email aliases files\&. You must also supply
748 \fBsendemail\&.aliasFileType\fR\&.
751 sendemail\&.aliasFileType
752 .RS 4
753 Format of the file(s) specified in sendemail\&.aliasesFile\&. Must be one of
754 \fImutt\fR,
755 \fImailrc\fR,
756 \fIpine\fR,
757 \fIelm\fR, or
758 \fIgnus\fR, or
759 \fIsendmail\fR\&.
761 What an alias file in each format looks like can be found in the documentation of the email program of the same name\&. The differences and limitations from the standard formats are described below:
763 sendmail
764 .RS 4
766 .RS 4
767 .ie n \{\
768 \h'-04'\(bu\h'+03'\c
770 .el \{\
771 .sp -1
772 .IP \(bu 2.3
774 Quoted aliases and quoted addresses are not supported: lines that contain a
775 \fB"\fR
776 symbol are ignored\&.
779 .RS 4
780 .ie n \{\
781 \h'-04'\(bu\h'+03'\c
783 .el \{\
784 .sp -1
785 .IP \(bu 2.3
787 Redirection to a file (\fB/path/name\fR) or pipe (\fB|command\fR) is not supported\&.
790 .RS 4
791 .ie n \{\
792 \h'-04'\(bu\h'+03'\c
794 .el \{\
795 .sp -1
796 .IP \(bu 2.3
798 File inclusion (\fB:include: /path/name\fR) is not supported\&.
801 .RS 4
802 .ie n \{\
803 \h'-04'\(bu\h'+03'\c
805 .el \{\
806 .sp -1
807 .IP \(bu 2.3
809 Warnings are printed on the standard error output for any explicitly unsupported constructs, and any other lines that are not recognized by the parser\&.
814 sendemail\&.multiEdit
815 .RS 4
816 If true (default), a single editor instance will be spawned to edit files you have to edit (patches when
817 \fB\-\-annotate\fR
818 is used, and the summary when
819 \fB\-\-compose\fR
820 is used)\&. If false, files will be edited one after the other, spawning a new editor each time\&.
823 sendemail\&.confirm
824 .RS 4
825 Sets the default for whether to confirm before sending\&. Must be one of
826 \fIalways\fR,
827 \fInever\fR,
828 \fIcc\fR,
829 \fIcompose\fR, or
830 \fIauto\fR\&. See
831 \fB\-\-confirm\fR
832 in the previous section for the meaning of these values\&.
834 .SH "EXAMPLES"
835 .SS "Use gmail as the smtp server"
837 To use \fIgit send\-email\fR to send your patches through the GMail SMTP server, edit ~/\&.gitconfig to specify your account settings:
839 .if n \{\
840 .RS 4
843 [sendemail]
844         smtpEncryption = tls
845         smtpServer = smtp\&.gmail\&.com
846         smtpUser = yourname@gmail\&.com
847         smtpServerPort = 587
849 .if n \{\
854 If you have multi\-factor authentication set up on your Gmail account, you will need to generate an app\-specific password for use with \fIgit send\-email\fR\&. Visit \m[blue]\fBhttps://security\&.google\&.com/settings/security/apppasswords\fR\m[] to create it\&.
856 If you do not have multi\-factor authentication set up on your Gmail account, you will need to allow less secure app access\&. Visit \m[blue]\fBhttps://myaccount\&.google\&.com/lesssecureapps\fR\m[] to enable it\&.
858 Once your commits are ready to be sent to the mailing list, run the following commands:
860 .if n \{\
861 .RS 4
864 $ git format\-patch \-\-cover\-letter \-M origin/master \-o outgoing/
865 $ edit outgoing/0000\-*
866 $ git send\-email outgoing/*
868 .if n \{\
872 The first time you run it, you will be prompted for your credentials\&. Enter the app\-specific or your regular password as appropriate\&. If you have credential helper configured (see \fBgit-credential\fR(1)), the password will be saved in the credential store so you won\(cqt have to type it the next time\&.
874 Note: the following core Perl modules that may be installed with your distribution of Perl are required: MIME::Base64, MIME::QuotedPrint, Net::Domain and Net::SMTP\&. These additional Perl modules are also required: Authen::SASL and Mail::Address\&.
875 .SH "SEE ALSO"
877 \fBgit-format-patch\fR(1), \fBgit-imap-send\fR(1), mbox(5)
878 .SH "GIT"
880 Part of the \fBgit\fR(1) suite