From: Richard Hartmann Date: Fri, 19 Jul 2013 06:16:45 +0000 (+0200) Subject: Merge branch 'retire' X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/41f68579e858270d2b97deed93927922d46dde6d?ds=inline;hp=--cc Merge branch 'retire' Conflicts: doc/hooks --- 41f68579e858270d2b97deed93927922d46dde6d diff --cc doc/hooks index 1a93fda,f1787a3..e7fdb94 --- a/doc/hooks +++ b/doc/hooks @@@ -1,12 -1,17 +1,21 @@@ Available hooks are: + -* pre-command -* post-command + * pre-clone + * post-clone + * post-clone-retired + Use this if you need to operate on different git repositories after cloning. + This hook can be useful if your configuration needs some remote + 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