On Wed, Sep 21, 2011 at 3:32 PM, Michael Haggerty <mhagger@xxxxxxxxxxxx> wrote: > I was thinking of using git attributes to configure a server-side > "update" hook that does some basic sanity checking before accepting a > push. I thought I could do something like > > ~/.gitattributes: > *.c whitespace > > ~/crappy-vendor-code/.gitattributes: > # This code doesn't conform to our standards; disable check: > *.c -whitespace > > This would allow fine-grained specification of which checks are applied > to which files, and ensure that the hook configuration is kept > synchronized with changes to the content. I do this by running diff --check. I'm actually doing it via Jenkins + Gerrit, but it's done against a bare repo, so the idea should work just the same via a git hook. Here's the code I run in Jenkins in case it's at all helpful - https://gist.github.com/6b230f9bd8d4d2fd9895 j. -- 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