Hi, On Fri, 20 Mar 2009, Steve wrote: > > could you try running git update-server-info? > > Forgot to mention that: I have tried git update-server-info, yet no > luck. Actually, you have to undo the ref-packing performed by gc. You can do it this way (quick and dirty): $ git show-ref | while read sha1 name do mkdir -p .git/$(dirname $name) && echo $sha1 > .git/$name done Hth, Dscho -- 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