From ddbf6701b4df04d2c7a84080dfb4d64ef9d3f7a0 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Thu, 02 Feb 2012 19:10:21 -0500
Subject: [PATCH] Fixed bug in repository creation related to relinking head feature

---
 docs/01_setup.mkd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/01_setup.mkd b/docs/01_setup.mkd
index f798e6d..8b5702b 100644
--- a/docs/01_setup.mkd
+++ b/docs/01_setup.mkd
@@ -242,7 +242,7 @@
 
 *SINCE 0.8.0*
 
-The preferred hook mechanism is Groovy.  This mechanism only executes when pushing to Gitblit, not when pushing to some other Git tooling in your stack.
+Gitblit uses Groovy for its push hook mechanism.  This mechanism only executes when pushing to Gitblit, not when pushing to some other Git tooling in your stack.
 
 The Groovy hook mechanism allows for dynamic extension of Gitblit to execute custom tasks on receiving and processing push events.  The scripts run within the context of your Gitblit instance and therefore have access to Gitblit's internals at runtime.
 

--
Gitblit v1.9.1