Re: Debugging a bizarre problem: What can influence 'git fetch'?

2013-03-02 Thread git-users
On Sat, 2 Mar 2013 18:32:17 +0800 Tay Ray Chuan wrote: > > It seems that the remote is running the 'dumb' http protocol, you > might want to try setting the GIT_CURL_VERBOSE environment variable > for more verbosity. > > Have you tried running git-update-server-info on the remote side? > Perhaps

Debugging a bizarre problem: What can influence 'git fetch'?

2013-03-01 Thread git-users
Hello. I'm working on a small project that talks to external git and fossil repositories. I've run into a bizarre "this cannot happen" problem and am completely mystified as to what's causing it. Essentially, the problem is that a particular git command, run as part of the unit tests for the proj