Re: [[PATCH v2]] git-send-email: Added the ability to query the number of smtp password questions

2013-11-12 Thread Junio C Hamano
Jeff King writes: > On Tue, Nov 12, 2013 at 09:57:39AM -0800, Junio C Hamano wrote: > >> > With this patch "git-send-mail" ask a configurable number of questions to >> > input the smtp password. Without this patch we have only one trial. >> >> I wonder if Git::credential (or even the underlying

Re: [[PATCH v2]] git-send-email: Added the ability to query the number of smtp password questions

2013-11-12 Thread Jeff King
On Tue, Nov 12, 2013 at 09:57:39AM -0800, Junio C Hamano wrote: > > With this patch "git-send-mail" ask a configurable number of questions to > > input the smtp password. Without this patch we have only one trial. > > I wonder if Git::credential (or even the underlying lower level > credential_fi

Re: [[PATCH v2]] git-send-email: Added the ability to query the number of smtp password questions

2013-11-12 Thread Junio C Hamano
sil...@port1024.net writes: > From: Silvio F > > With this patch "git-send-mail" ask a configurable number of questions to > input the smtp password. Without this patch we have only one trial. > > Signed-off-by: Silvio F > --- I wonder if Git::credential (or even the underlying lower level cred

[[PATCH v2]] git-send-email: Added the ability to query the number of smtp password questions

2013-11-10 Thread silvio
From: Silvio F With this patch "git-send-mail" ask a configurable number of questions to input the smtp password. Without this patch we have only one trial. Signed-off-by: Silvio F --- Documentation/git-send-email.txt | 4 git-send-email.perl | 32 +--