X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=contrib%2Fhooks%2Fpost-receive-email;h=ba077c13f96779d5b29237e83974b0910b4bbdde;hb=01e0f162a70f61de0b7aa0e9d8c49c03cbafeb64;hp=fa6d41a1ab8c5f3de777c1ba93d241eb5140a3c7;hpb=b7619006ebd9c9760b34bb38e04ce4dc8c606483;p=git.git diff --git a/contrib/hooks/post-receive-email b/contrib/hooks/post-receive-email index fa6d41a1a..ba077c13f 100755 --- a/contrib/hooks/post-receive-email +++ b/contrib/hooks/post-receive-email @@ -11,11 +11,11 @@ # will have put this somewhere standard. You should make this script # executable then link to it in the repository you would like to use it in. # For example, on debian the hook is stored in -# /usr/share/doc/git-core/contrib/hooks/post-receive-email: +# /usr/share/git-core/contrib/hooks/post-receive-email: # # chmod a+x post-receive-email # cd /path/to/your/repository.git -# ln -sf /usr/share/doc/git-core/contrib/hooks/post-receive-email hooks/post-receive +# ln -sf /usr/share/git-core/contrib/hooks/post-receive-email hooks/post-receive # # This hook script assumes it is enabled on the central repository of a # project, with all users pushing only to it and not between each other. It