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 globally but wants to disable

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

2018-10-22 Thread Junio C Hamano
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 globally but wants to disable authentication > locally in one repository. I wonder if it would be more

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 one

[PATCH v2] send-email: explicitly disable authentication

2018-10-22 Thread Joshua Watt
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 one repository. --smtp-auth and sendemail.smtpauth now understand the value