diff options
author | James Moger <james.moger@gitblit.com> | 2014-06-05 10:23:43 -0600 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-06-05 10:23:43 -0600 |
commit | 6551f2c076fd5b4a836bdc9bd3e09205b0673472 (patch) | |
tree | e2156976dbe89e6cabdbf367fb61f3c7ce2a4321 /src/main/distrib/data/gitblit.properties | |
parent | 1984375641fe0880f64e378e8116ca433b28dac2 (diff) | |
parent | bfce9f59fca542d7b96b88d67494336b0c50b045 (diff) | |
download | gitblit-6551f2c076fd5b4a836bdc9bd3e09205b0673472.tar.gz gitblit-6551f2c076fd5b4a836bdc9bd3e09205b0673472.zip |
Merged #95 "Conditionally include personal repositories in the repo list"
Diffstat (limited to 'src/main/distrib/data/gitblit.properties')
-rw-r--r-- | src/main/distrib/data/gitblit.properties | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/distrib/data/gitblit.properties b/src/main/distrib/data/gitblit.properties index d5623cd5..65fe41e5 100644 --- a/src/main/distrib/data/gitblit.properties +++ b/src/main/distrib/data/gitblit.properties @@ -782,6 +782,11 @@ web.allowCookieAuthentication = true # SINCE 1.6.0
web.allowDeletingNonEmptyRepositories = true
+# Setting to include personal repositories in the main repositories list.
+#
+# SINCE 1.6.0
+web.includePersonalRepositories = false
+
# Config file for storing project metadata
#
# SINCE 1.2.0
|