Re: [PATCH 4/4] git-send-email: Use git credential to obtain password.

2013-02-06 Thread Jeff King
On Wed, Feb 06, 2013 at 09:47:06PM +0100, Michal Nazarewicz wrote: > From: Michal Nazarewicz > > If smtp_user is provided but smtp_pass is not, instead of prompting > for password, make git-send-email use git credential command > instead. > > Signed-off-by: Michal Nazarewicz > --- > Documenta

[PATCH 4/4] git-send-email: Use git credential to obtain password.

2013-02-06 Thread Michal Nazarewicz
From: Michal Nazarewicz If smtp_user is provided but smtp_pass is not, instead of prompting for password, make git-send-email use git credential command instead. Signed-off-by: Michal Nazarewicz --- Documentation/git-send-email.txt | 4 +-- git-send-email.perl | 59 ++