On Sat, Oct 9, 2010 at 3:47 AM, Jakub Narebski <jnareb@xxxxxxxxx> wrote: > Sidenote: why not detect violation earlier, by having pre-commit hook > in each developer repository check for such violation? It is not as > time sensitive on the local side (when creating a commit, you have to > take some time to write commit message anyway). That's a solution, but as you surely know hooks are not automatically cloned with the repository. There's no way to ensure that all of our many users install that hook, and we can't allow an incorrect state on the central node. A pre-receive hook on that node seems like the only way to really ensure that. D -- 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