On 10/17/07, Gonzalo Garramuno <gga@xxxxxxxxxxxx> wrote: > I had incorrectly done a chmod a+x on the pre-commit hook when all my > previous commits had not been using it, so I think the pre-commit was > actually catching not my new fix but what was already in the repository. That sounds wrong: the (default) pre-commit hook only verifies the _new_ content, not the content in HEAD. Is there any chance your .git/hooks/pre-commit script has been tampered with? -- larsh - 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