From 8c9a2037b5c0fed881a3ad6dd9cff364eed603d9 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Tue, 14 Jun 2011 16:55:13 -0400
Subject: [PATCH] Added AccessRestrictionFilter and simplified authentication.

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

diff --git a/docs/00_setup.mkd b/docs/00_setup.mkd
index fc2fd85..ccf38b8 100644
--- a/docs/00_setup.mkd
+++ b/docs/00_setup.mkd
@@ -91,7 +91,7 @@
     3. <pre>Key = *http.sslVerify*       
        Value = *false*</pre>
 - Command-line Git ([Git-Config Manual Page](http://www.kernel.org/pub/software/scm/git/docs/git-config.html))
-    <pre>git-config --global --bool --add http.sslVerify false</pre>
+    <pre>git config --global --bool --add http.sslVerify false</pre>
 
 ### Cloning an Access Restricted Repository 
 - Eclipse/Egit<br/>Nothing special to configure, EGit figures out everything.

--
Gitblit v1.9.1