"Jon Smirl" <jonsmirl@xxxxxxxxx> writes: > Execute bit was not set. I just set it for all the scripts. +x is not > getting turned on with a default git init-db. I just made a new repo > to check, no +x on the scripts. That's by design: "git init" gives you _example_ hooks, but they won't run until you activate them explicitely with the appropriate chmod. That said, I'm not sure there's a really good reason not to run update-server-info by default on push. It doesn't cost much and saves a lot of troubles for beginners. Perhaps there are cases where the performance cost is non-negligible. -- Matthieu - 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