Re: fast-import error: fatal: 'refs/heads/master' - not a valid ref

2012-08-09 Thread Andrey Pavlenko
git --version git version 1.7.11.3 On Wed, Aug 8, 2012 at 9:54 PM, Jeff King p...@peff.net wrote: On Wed, Aug 08, 2012 at 11:25:02AM +0400, Andrey Pavlenko wrote: I'm developing a remote helper which uses the fast-import stream for fetching. When I perform cloning git prints error message -

Re: fast-import error: fatal: 'refs/heads/master' - not a valid ref

2012-08-09 Thread Andrey Pavlenko
My helper really executes git show-ref before writting the export stream... Thank you for pointing that out and sorry for disturbing. On Thu, Aug 9, 2012 at 12:22 PM, Andrey Pavlenko andrey.a.pavle...@gmail.com wrote: git --version git version 1.7.11.3 On Wed, Aug 8, 2012 at 9:54 PM, Jeff

Re: fast-import error: fatal: 'refs/heads/master' - not a valid ref

2012-08-08 Thread Jeff King
On Wed, Aug 08, 2012 at 11:25:02AM +0400, Andrey Pavlenko wrote: I'm developing a remote helper which uses the fast-import stream for fetching. When I perform cloning git prints error message - fatal: 'refs/heads/master' - not a valid ref, however the clonning completes normally. Each my