X-Git-Url: https://git.octo.it/?p=git.git;a=blobdiff_plain;f=hooks.html;h=04f074c85dfd7126f0d4c1c989540add00bbdfc6;hp=657211b9a1341a81ddaf356b3ed9854b6943aa6c;hb=33db43733d19e4dd878a9a04089535eaf47fd374;hpb=1bab4b0c25397665461ac79c23871ba23e83cf9f diff --git a/hooks.html b/hooks.html index 657211b9..04f074c8 100644 --- a/hooks.html +++ b/hooks.html @@ -345,7 +345,7 @@ send out a commit notification e-mail.

This hook is invoked by git-receive-pack on the remote repository, which is happens when a git push is done on a local repository. Just before updating the ref on the remote repository, the update hook -is invoked. It's exit status determines the success or failure of +is invoked. Its exit status determines the success or failure of the ref update.

The hook executes once for each ref to be updated, and takes three parameters: @@ -393,7 +393,7 @@ you can redirect your output to your stderr.