From c872d3ba4d07ad3c09d2b96e0faec88ea3517d37 Mon Sep 17 00:00:00 2001
From: a-sk <a.skurihin@gmail.com>
Date: Fri, 19 Jul 2013 01:22:32 +0400
Subject: [PATCH] Fix post-clone hook name

---
 doc/hooks | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
-- 
GitLab