X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/cfe9984081db05711bd4caa30f435d5eddf4b681..e85f20d453d08afba32c752bfd432431b70764a5:/doc/hooks diff --git a/doc/hooks b/doc/hooks index 81f5df2..54ff795 100644 --- a/doc/hooks +++ b/doc/hooks @@ -1,8 +1,6 @@ Available hooks are: -* pre-command -* post-command -* pre-hook +* pre-clone * post-clone * post-clone-retired Use this if you need to operate on different git repositories after cloning. @@ -10,9 +8,20 @@ Available hooks are: repositories, but you do not want to include it into your vcsh repository. For instance, if you use vim plugins manager (vundle, NeoBundle), zsh configuration frameworks (oh-my-zsh, prezto), etc. +* pre-command +* post-command * pre-enter * post-enter +* pre-init +* post-init +* pre-pull +* post-pull +* pre-push +* post-push * pre-run * post-run * pre-upgrade * post-upgrade + +If you write any interesting or useful hooks, please send them upstream +so they can be included in an examples section.