On Thu, 15 Nov 2007, Jason Sewall wrote: > > find . -type f -exec dos2unix {} + Oops. You just ran "dos2unix" on all the *git* files! Which certainly explains why all your old objects got corrupted! > What's going on? PEBKAC ;) To avoid this error in the future, may I suggest using git ls-files -z | xargs -0 dos2unix or similar. Please DO NOT write to the .git/objects directory. 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