From: Junio C Hamano
Git allows you to specify scripts called "hooks" to be run at certain points. You can use these, for example, to send all commits to the shared -repository to a mailing list. See Hooks used by git.
+repository to a mailing list. See githooks(5)[Hooks used by git].You can enforce finer grained permissions using update hooks. See Controlling access to branches using update hooks.
@@ -417,7 +417,7 @@ repositories without the need for a central maintainer.