On Wed, Jul 13, 2011 at 03:12:35PM -0700, Junio C Hamano wrote: > Junio C Hamano <gitster@xxxxxxxxx> writes: > > > * jk/clone-detached (2011-06-07) 4 commits > > - clone: always fetch remote HEAD > > - make copy_ref globally available > > - consider only branches in guess_remote_head > > - t: add tests for cloning remotes with detached HEAD > > > > Somewhat involved bugfix. > > Will merge to "next". > > What is it in this series that causes t5800 to fail when merged to next, i.e. > > $ sh t5800-remote-helpers.sh -i -v > > expecting success: > git clone "testgit::${PWD}/server" localclone && > test_cmp public/file localclone/file > > Cloning into localclone... > fatal: Got feature command 'relative-marks' after data command Isn't this the same breakage I reported in the initial series: http://article.gmane.org/gmane.comp.version-control.git/174999 The discussion of which led to my remote helper fixes here: http://article.gmane.org/gmane.comp.version-control.git/175217 But then the latter series got picked up and merged into Sverre's sr/transport-helper-fix branch. I'm not sure what the current status of that series is. -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html