From cc04772888848c754880ed181fcf13c0a658e7ed Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Sat, 13 Jul 2013 10:32:52 -0400
Subject: [PATCH] Documentation

---
 src/site/administration.mkd |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/site/setup.mkd b/src/site/administration.mkd
similarity index 99%
rename from src/site/setup.mkd
rename to src/site/administration.mkd
index 770e97b..7ed40eb 100644
--- a/src/site/setup.mkd
+++ b/src/site/administration.mkd
@@ -48,6 +48,14 @@
 
     RW:mygroup/myrepo.git
 
+**NOTE:**  
+The following repository permissions are equivalent:
+
+- myrepo.git
+- RW+:myrepo.git
+
+This is to preserve backwards-compatibility with Gitblit <= 1.1.0 which granted rewind power to all access-permitted users.
+
 #### Discrete Permissions with Regex Matching (Gitblit v1.2.0+)
 
 Gitblit also supports *case-insensitive* regex matching for repository permissions.  The following permission grants push privileges to all repositories in the *mygroup* folder.
@@ -170,14 +178,6 @@
 - *#notfederated*, which prevents an account from being pulled by another Gitblit instance
 - *#create*, which allows the user the power to create personal repositories
 - *#fork*, which allows the user to create a personal fork of an existing Gitblit-hosted repository
-
-**NOTE:**  
-The following repository permissions are equivalent:
-
-- myrepo.git
-- RW+:myrepo.git
-
-This is to preserve backwards-compatibility with Gitblit <= 1.1.0 which granted rewind power to all access-permitted users.
 
 ### Personal Repositories & Forks
 

--
Gitblit v1.9.1