Re: [PATCH v2 0/2] improve-wincred-compatibility
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:56:15
Erik Faye-Lund [off-list ref] writes:
On Thu, Jan 10, 2013 at 1:10 PM, Karsten Blees [off-list ref] wrote:quoted
Changes since initial version (see attached diff for details): - split in two patches - removed unused variables - improved the dll error message - changed ?: to if else - added comments Also available here: https://github.com/kblees/git/tree/kb/improve-wincred-compatibility-v2 git pull git://github.com/kblees/git.git kb/improve-wincred-compatibility-v2 Karsten Blees (2): wincred: accept CRLF on stdin to simplify console usage wincred: improve compatibility with windows versions .../credential/wincred/git-credential-wincred.c | 206 ++++++++------------- 1 file changed, 75 insertions(+), 131 deletions(-)Wonderful! Acked-by: Erik Faye-Lund <redacted>
I'm in the "marking leftover bits" mode today, and noticed that nothing happened for this topic in my tree. Did msysgit folks expect me to pick this up directly, or did you guys want to feed this series to me (with possibly other changes you worked on outside this list)?