@@ -208,7 +208,7 @@ Sending
208208 for your own case. Default is the value of `sendemail.smtpEncryption` .
209209
210210-- smtp-domain=<FQDN>::
211- Specifies the Fully Qualified Domain Name (FQDN) used in the
211+ Specify the Fully Qualified Domain Name (FQDN) used in the
212212 HELO/EHLO command to the SMTP server. Some servers require the
213213 FQDN to match your IP address. If not set, `git send-email` attempts
214214 to determine your FQDN automatically. Default is the value of
@@ -245,7 +245,7 @@ a password is obtained using linkgit:git-credential[1].
245245 Disable SMTP authentication. Short hand for `--smtp-auth=none` .
246246
247247-- smtp-server=<host >::
248- If set, specifies the outgoing SMTP server to use (e.g.
248+ Specify the outgoing SMTP server to use (e.g.
249249 `smtp.example.com` or a raw IP address). If unspecified, and if
250250 `--sendmail-cmd` is also unspecified, the default is to search
251251 for `sendmail` in `/usr/sbin` , `/usr/lib` and `$PATH` if such a
@@ -258,15 +258,15 @@ command names. For those use cases, consider using `--sendmail-cmd`
258258instead.
259259
260260-- smtp-server-port=<port >::
261- Specifies a port different from the default port (SMTP
261+ Specify a port different from the default port (SMTP
262262 servers typically listen to smtp port 25, but may also listen to
263263 submission port 587, or the common SSL smtp port 465);
264264 symbolic port names (e.g. `submission` instead of 587)
265265 are also accepted. The port can also be set with the
266266 `sendemail.smtpServerPort` configuration variable.
267267
268268-- smtp-server-option=<option >::
269- If set, specifies the outgoing SMTP server option to use.
269+ Specify the outgoing SMTP server option to use.
270270 Default value can be specified by the `sendemail.smtpServerOption`
271271 configuration option.
272272+
@@ -277,7 +277,7 @@ must be used for each option.
277277-- smtp-ssl::
278278 Legacy alias for `--smtp-encryption ssl` .
279279
280- -- smtp-ssl-cert-path::
280+ -- smtp-ssl-cert-path < path > ::
281281 Path to a store of trusted CA certificates for SMTP SSL/TLS
282282 certificate validation (either a directory that has been processed
283283 by `c_rehash` , or a single file containing one or more PEM format
@@ -346,11 +346,11 @@ Automating
346346-- no-to::
347347-- no-cc::
348348-- no-bcc::
349- Clears any list of `To:` , `Cc:` , `Bcc:` addresses previously
349+ Clear any list of `To:` , `Cc:` , `Bcc:` addresses previously
350350 set via config.
351351
352352-- no-identity::
353- Clears the previously read value of `sendemail.identity` set
353+ Clear the previously read value of `sendemail.identity` set
354354 via config, if any.
355355
356356-- to-cmd=<command >::
@@ -509,12 +509,12 @@ have been specified, in which case default to `compose`.
509509 Currently, validation means the following:
510510+
511511--
512- * Invoke the sendemail-validate hook if present (see linkgit:githooks[5]).
513- * Warn of patches that contain lines longer than
514- 998 characters unless a suitable transfer encoding
515- (`auto` , `base64` , or `quoted-printable` ) is used;
516- this is due to SMTP limits as described by
517- https://www.ietf.org/rfc/rfc5322.txt.
512+ * Invoke the sendemail-validate hook if present (see linkgit:githooks[5]).
513+ * Warn of patches that contain lines longer than
514+ 998 characters unless a suitable transfer encoding
515+ (`auto` , `base64` , or `quoted-printable` ) is used;
516+ this is due to SMTP limits as described by
517+ https://www.ietf.org/rfc/rfc5322.txt.
518518--
519519+
520520Default is the value of `sendemail.validate` ; if this is not set,
0 commit comments