Unexpected end of command stream message looks irrelevant when I try to pull a non-existing branch

2014-07-09 Thread Dmitry
Hi, I'm using Git 1.8.1 and when I run the following command: git pull origin matser I get the following output: fatal: couldn't find remote ref matser Unexpected end of command stream The first line in the output is right on the money but the second one looks completely irrelevant - the

Re: Unexpected end of command stream message looks irrelevant when I try to pull a non-existing branch

2014-07-09 Thread Jeff King
On Wed, Jul 09, 2014 at 11:37:51AM +0400, Dmitry wrote: I'm using Git 1.8.1 and when I run the following command: git pull origin matser I get the following output: fatal: couldn't find remote ref matser Unexpected end of command stream The first line in the output is right on the