[PATCH v3] send-email: explicitly disable authentication

2018-10-22 Thread Joshua Watt
=none Signed-off-by: Joshua Watt --- Documentation/git-send-email.txt | 7 ++- git-send-email.perl | 8 ++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index 465a4ecbe..17993e3c9 100644

Re: [PATCH v2] send-email: explicitly disable authentication

2018-10-22 Thread Joshua Watt
On Mon, Oct 22, 2018 at 7:32 PM Junio C Hamano wrote: > > Joshua Watt writes: > > > It can be necessary to disable SMTP authentication by a mechanism other > > than sendemail.smtpuser being undefined. For example, if the user has > > sendemail.smtpuser set gl

Re: [PATCH v2] send-email: explicitly disable authentication

2018-10-22 Thread Joshua Watt
On Mon, Oct 22, 2018 at 12:52 PM Joshua Watt wrote: > > It can be necessary to disable SMTP authentication by a mechanism other > than sendemail.smtpuser being undefined. For example, if the user has > sendemail.smtpuser set globally but wants to disable authentication > locally in

[PATCH v2] send-email: explicitly disable authentication

2018-10-22 Thread Joshua Watt
=none Signed-off-by: Joshua Watt --- Documentation/git-send-email.txt | 7 ++- git-send-email.perl | 8 ++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index 465a4ecbe..17993e3c9 100644

Re: [PATCH] send-email: explicitly disable authentication

2018-10-18 Thread Joshua Watt
On Thu, 2018-10-18 at 17:53 -0400, Eric Sunshine wrote: > On Thu, Oct 18, 2018 at 5:16 PM Joshua Watt > wrote: > > It can be necessary to disable SMTP authentication by a mechanism > > other > > than sendemail.smtpuser being undefined. For example, if the user > >

[PATCH] send-email: explicitly disable authentication

2018-10-18 Thread Joshua Watt
'none' which means to disable authentication completely, even if an authentication user is specified. The value 'none' is lower case to avoid conflicts with any RFC 4422 authentication mechanisms. Signed-off-by: Joshua Watt --- Documentation/git-send-email.txt | 4 +++- git-send-email.perl