X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/53ad5575758640baba3c0f1a0692b28239d671f5..9d697e4db2b3f8444d0b4d6c668ed2d05e6eeb36:/doc/hooks

diff --git a/doc/hooks b/doc/hooks
index 036e2dc..f1787a3 100644
--- a/doc/hooks
+++ b/doc/hooks
@@ -1,9 +1,18 @@
 Available hooks are:
-pre-command
-post-command
-pre-enter
-post-enter
-pre-run
-post-run
-pre-setup
-post-setup
+
+* 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-enter
+* post-enter
+* pre-run
+* post-run
+* pre-upgrade
+* post-upgrade