On Wednesday, February 14, 2007 at 13:12:22 (-0800) Junio C Hamano writes: >Bill Lear <rael@xxxxxxxxxx> writes: >... >"ldd ~/git-master/bin/git" tells me that it links with libcrypto.so, >so I am using OpenSSL's SHA-1 implementation. I do not know >what your distro uses (or you hand built git yourself?). Should have known --- I hand-built it myself, and thought perhaps it was a configure option (output truncated): % ldd /opt/git-1.5.0/bin/git libcrypto.so.4 => /lib64/libcrypto.so.4 (0x0000003de1300000) % ldd /usr/bin/git libcrypto.so.4 => /lib64/libcrypto.so.4 (0x0000003de1300000) So, both 1.5 and 1.4.4.1 are using OpenSSL, I reckon. >So it looks more and more like a bit decay as Linus suspected... Strange: given that fsck works on my public repo, with both 1.4.4.1 and with 1.5.0, and I reproduced this easily and fsck barfs on both of my failed repos. I can't imagine this is really a disk error of any kind. Bill - 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