From: Zbigniew Jędrzejewski-Szmek Date: Mon, 27 Feb 2012 16:22:53 +0000 (+0100) Subject: send-email: document the --smtp-debug option X-Git-Tag: v1.7.10-rc0~39 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3ddf9228b4996ffd3aef8b119535e89051ba592b?ds=inline;hp=--cc 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 Suggested-by: David A. Greene Signed-off-by: Junio C Hamano --- 3ddf9228b4996ffd3aef8b119535e89051ba592b diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index 327233c85b..324117072d 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@ -198,6 +198,10 @@ must be used for each option. if a username is not specified (with '--smtp-user' or 'sendemail.smtpuser'), then authentication is not attempted. +--smtp-debug=0|1:: + Enable (1) or disable (0) debug output. If enabled, SMTP + commands and replies will be printed. Useful to debug TLS + connection and authentication problems. Automating ~~~~~~~~~~