Re: git-remote-helper behavior on Windows, not recognizing blank line as terminator

2015-08-24 Thread Anish Athalye
Wow, yeah, that was it. Thanks for your help! > On Aug 24, 2015, at 2:24 AM, John Keeping wrote: > >> On Sun, Aug 23, 2015 at 11:40:17AM -0700, Anish Athalye wrote: >> I'm having some issues with git remote helper behavior on Windows. >> >> According to the protocol >> (https://www.kernel.org

Re: git-remote-helper behavior on Windows, not recognizing blank line as terminator

2015-08-24 Thread John Keeping
On Sun, Aug 23, 2015 at 11:40:17AM -0700, Anish Athalye wrote: > I'm having some issues with git remote helper behavior on Windows. > > According to the protocol > (https://www.kernel.org/pub/software/scm/git/docs/gitremote-helpers.html), > when doing things like listing capabilities, git expects

git-remote-helper behavior on Windows, not recognizing blank line as terminator

2015-08-23 Thread Anish Athalye
Hello, I'm having some issues with git remote helper behavior on Windows. According to the protocol (https://www.kernel.org/pub/software/scm/git/docs/gitremote-helpers.html), when doing things like listing capabilities, git expects the remote helper to send back a blank line when it's done. I'm