On Wed, 14 Feb 2007, Bill Lear wrote: > > I forgot to mention that fsck in my original public repo looks fine: > > % cd /repos/git/fus > > [with 1.4.4.1] > % GIT_DIR=. /usr/bin/git fsck-objects --full > dangling commit 828c0a0649d2d6b43ed13853bba33f7764f034fa > > [with 1.5.0] > % GIT_DIR=. git fsck-objects --full > dangling commit 828c0a0649d2d6b43ed13853bba33f7764f034fa Ahh. So it's literally just the clone that fails? What happens if you do *just* git clone /repos/git/fus new cd new git fsck --full and nothing else? Linus - 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