On Thu, Oct 23, 2008 at 6:59 AM, Alex Bennee <kernel-hacker@xxxxxxxxxx> wrote: > As git is fundamentally hash based it's a lot easier to determine the > health of the repository but I wonder if it's possible for silent > corruption to creep in which won't be noticed until you try and > checkout a historical commit of the tree. I notice there is a > git-verify-pack command that checks the pack files are OK. Do any of > the other commands implicitly ensure all objects in the repo are > correct and valid? git-gc? Try: git fsck --full --strict Dave. -- 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