From 00afd77a2182ece3d9522d41b86b4ddd7e132288 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Thu, 19 May 2011 17:13:50 -0400
Subject: [PATCH] Owner editing. Frozen status. Grouped repositories. Documentation.

---
 distrib/gitblit.properties |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties
index e13b60c..de243d2 100644
--- a/distrib/gitblit.properties
+++ b/distrib/gitblit.properties
@@ -66,6 +66,16 @@
 web.datestampShortFormat = yyyy-MM-dd
 web.datetimestampLongFormat = EEEE, MMMM d, yyyy h:mm a z
 
+# Choose how to present the repositories list.
+# grouped = group nested/subfolder repositories together (no sorting)
+# flat = flat list of repositories (sorting allowed)
+web.repositoryListType = flat
+
+# If using a grouped repository list and there are repositories at the
+# root level of your repositories folder, you may specify the displayed
+# group name with this setting.  This value is only used for web presentation.
+web.repositoryRootGroupName = main
+
 # Choose the diff presentation style: gitblt, gitweb, or plain
 web.diffStyle = gitblit
 

--
Gitblit v1.9.1