From: a-sk Date: Thu, 18 Jul 2013 21:22:32 +0000 (+0400) Subject: Fix post-clone hook name X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/c872d3ba4d07ad3c09d2b96e0faec88ea3517d37?ds=inline;hp=-c Fix post-clone hook name --- c872d3ba4d07ad3c09d2b96e0faec88ea3517d37 diff --git a/doc/hooks b/doc/hooks index 8121572..c547e47 100644 --- a/doc/hooks +++ b/doc/hooks @@ -3,8 +3,8 @@ Available hooks are: * pre-command * post-command * pre-hook -* post-hook -* post-hook-cleared +* post-clone +* post-clone-retired use this if you need to operate on different git repositories after cloning * pre-enter * post-enter