From e7abd35f731e63fdb8bb4b210297a20cb9b70479 Mon Sep 17 00:00:00 2001
From: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Date: Mon, 17 Dec 2012 15:11:33 +0200
Subject: [PATCH] gitolite fork up to v320

---
 doc/install/installation.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/install/installation.md b/doc/install/installation.md
index d1d3b6912c3..159713dcba9 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -117,7 +117,7 @@ Create a user for GitLab:
 Clone GitLab's fork of the Gitolite source code:
 
     cd /home/git
-    sudo -u git -H git clone -b gl-v304 https://github.com/gitlabhq/gitolite.git /home/git/gitolite
+    sudo -u git -H git clone -b gl-v320 https://github.com/gitlabhq/gitolite.git /home/git/gitolite
 
 Setup Gitolite with GitLab as its admin:
 
-- 
GitLab