Skip to content

Commit 3ddf922

Browse files
keszybzgitster
authored andcommitted
send-email: document the --smtp-debug option
The option was already shown in -h output, so it should be documented in the man page. Signed-off-by: Zbigniew Jędrzejewski-Szmek <[email protected]> Suggested-by: David A. Greene <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3724cc7 commit 3ddf922

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/git-send-email.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,10 @@ must be used for each option.
198198
if a username is not specified (with '--smtp-user' or 'sendemail.smtpuser'),
199199
then authentication is not attempted.
200200

201+
--smtp-debug=0|1::
202+
Enable (1) or disable (0) debug output. If enabled, SMTP
203+
commands and replies will be printed. Useful to debug TLS
204+
connection and authentication problems.
201205

202206
Automating
203207
~~~~~~~~~~

0 commit comments

Comments
 (0)