On Mon, Nov 12, 2007 at 11:30:17PM -0500, Jon Smirl wrote: > Execute bit was not set. I just set it for all the scripts. +x is not I assume by "all the scripts" you mean "all of the post-update scripts in my repositories" and not "all of the hook scripts in this repository". Because I think some of the included hooks are not suitable to run without some configuration, which is why they are disabled by default. > getting turned on with a default git init-db. I just made a new repo > to check, no +x on the scripts. Right. git-init just copies the files from the templates directory (probably /usr/share/git-core/templates or similar), so if the hook is not enabled there, it will not be in the new repo. And git ships with all hooks disabled by default. cogito used to enable the post-update hook by default for bare repos (if you called cg-admin-setuprepo), but git never has. It is mentioned in the "exporting a git repository via http" section of the user manual. -Peff - 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