Re: [PATCH v3] contrib: add win32 credential-helper

2012-08-17 Thread Junio C Hamano
Erik Faye-Lund writes: > As far as I'm concerned, I consider this complete from my point of > view. Should I send out a new version with the fixup squashed in? I've already queued them as one commit. Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a mess

Re: [PATCH v3] contrib: add win32 credential-helper

2012-08-17 Thread Erik Faye-Lund
On Fri, Aug 17, 2012 at 5:34 AM, Junio C Hamano wrote: > Erik Faye-Lund writes: > >> On Fri, Jul 27, 2012 at 7:10 PM, Erik Faye-Lund wrote: >>> Since the Windows port of Git expects binary pipes, we need to make >>> sure the helper-end also sets up binary pipes. >>> >>> Side-step CRLF-issue in t

Re: [PATCH v3] contrib: add win32 credential-helper

2012-08-16 Thread Junio C Hamano
Erik Faye-Lund writes: > On Fri, Jul 27, 2012 at 7:10 PM, Erik Faye-Lund wrote: >> Since the Windows port of Git expects binary pipes, we need to make >> sure the helper-end also sets up binary pipes. >> >> Side-step CRLF-issue in test to make it pass. >> >> Signed-off-by: Erik Faye-Lund >> ---

Re: [PATCH v3] contrib: add win32 credential-helper

2012-07-27 Thread Erik Faye-Lund
On Fri, Jul 27, 2012 at 7:10 PM, Erik Faye-Lund wrote: > Since the Windows port of Git expects binary pipes, we need to make > sure the helper-end also sets up binary pipes. > > Side-step CRLF-issue in test to make it pass. > > Signed-off-by: Erik Faye-Lund > --- > > Sorry for the delay, but here

[PATCH v3] contrib: add win32 credential-helper

2012-07-27 Thread Erik Faye-Lund
Since the Windows port of Git expects binary pipes, we need to make sure the helper-end also sets up binary pipes. Side-step CRLF-issue in test to make it pass. Signed-off-by: Erik Faye-Lund --- Sorry for the delay, but here's the third iteration of my credential helper for Windows' credential