Hi, On Mon, 28 Jul 2008, Thomas Adam wrote: > I'm trying to add in "post-merge" as a valid hook file to an already > created --bare repository. In adding it to the correct place and > setting the correct permissions on it (the repository is a shared one), > it doesn't seem to be pulled down with the other hook files already > present when doing a "git clone". > > Any ideas why? Yes. Hooks, just as the config and reflogs, are supposed to be local things. Rationale being: it is rude, and also insecure, to install something that potentially calls other programs without the user saying so. All you can do is checking in a copy of the hook, and ask your users/check in your build system that it is installed. Hth, Dscho -- 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