From: Richard Hartmann Date: Tue, 23 Jul 2013 19:17:41 +0000 (+0200) Subject: Merge branch 'master' of github.com:RichiH/vcsh X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/28318554e3933b60023cf946b70f05f3b25e43d6?ds=inline;hp=-c Merge branch 'master' of github.com:RichiH/vcsh --- 28318554e3933b60023cf946b70f05f3b25e43d6 diff --combined doc/hooks index cb4b187,e7fdb94..3c72ef8 --- a/doc/hooks +++ b/doc/hooks @@@ -1,4 -1,13 +1,13 @@@ Available hooks are: + + * 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 @@@ -11,6 -20,3 +20,6 @@@ * 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.