X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/9d697e4db2b3f8444d0b4d6c668ed2d05e6eeb36..9b92f3d0c678e318862dfcf6f68bec15a1bbdfc4:/doc/hooks diff --git a/doc/hooks b/doc/hooks index f1787a3..3c72ef8 100644 --- a/doc/hooks +++ b/doc/hooks @@ -1,7 +1,5 @@ Available hooks are: -* pre-command -* post-command * pre-clone * post-clone * post-clone-retired @@ -10,9 +8,18 @@ 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-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.