Re: [PATCH] wincred: fix get credential if username has @

2015-01-25 Thread Junio C Hamano
Erik Faye-Lund writes: > Sorry for the extremely delayed reply, I had a bug in my mail-filters. > Hopefully fixed now. > > ... > > I noticed the breakage myself around the same time, and posted about it here: > > https://groups.google.com/d/msg/msysgit/YVuCqmwwRyY/HULHj5OoE88J > > Unfortunately,

Re: [PATCH] wincred: fix get credential if username has @

2015-01-25 Thread Erik Faye-Lund
Sorry for the extremely delayed reply, I had a bug in my mail-filters. Hopefully fixed now. On Wed, Nov 19, 2014 at 11:41 PM, Junio C Hamano wrote: > Aleksey Vasenev writes: > >>> To: git@vger.kernel.org >>> Cc: Junio C Hamano , Aleksey Vasenev > > Sorry, but I am hardly qualified to review thi

Re: [PATCH] wincred: fix get credential if username has @

2014-11-19 Thread Junio C Hamano
Aleksey Vasenev writes: >> To: git@vger.kernel.org >> Cc: Junio C Hamano , Aleksey Vasenev Sorry, but I am hardly qualified to review this one, especially without any log message that explains what breaks and how it breaks with the current code, which may lead the reader to understand how the u

[PATCH] wincred: fix get credential if username has @

2014-11-19 Thread Aleksey Vasenev
Signed-off-by: Aleksey Vasenev --- .../credential/wincred/git-credential-wincred.c| 25 +++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/contrib/credential/wincred/git-credential-wincred.c b/contrib/credential/wincred/git-credential-wincred.c index a1d38f

[PATCH] wincred: fix get credential if username has @

2014-11-12 Thread Aleksey Vasenev
Signed-off-by: Aleksey Vasenev --- .../credential/wincred/git-credential-wincred.c| 25 +++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/contrib/credential/wincred/git-credential-wincred.c b/contrib/credential/wincred/git-credential-wincred.c index a1d38f