diff options
author | James Moger <james.moger@gitblit.com> | 2013-11-14 17:53:35 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-11-14 17:53:35 -0500 |
commit | fab099270c3d53e4d0a3acf0337932f53e5ff14b (patch) | |
tree | b6a10a06778bc53c0880267dfb6844828755b186 /src/main/distrib/data | |
parent | 9de1a56ac4a888289cd758d033cb02ece2bbca76 (diff) | |
download | gitblit-fab099270c3d53e4d0a3acf0337932f53e5ff14b.tar.gz gitblit-fab099270c3d53e4d0a3acf0337932f53e5ff14b.zip |
README files are not shown on the summary page by default
Change-Id: I421a6b8f8c8eaa5d34b7629858de76fc96458cd3
Diffstat (limited to 'src/main/distrib/data')
-rw-r--r-- | src/main/distrib/data/gitblit.properties | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/main/distrib/data/gitblit.properties b/src/main/distrib/data/gitblit.properties index 2823c4de..92427e51 100644 --- a/src/main/distrib/data/gitblit.properties +++ b/src/main/distrib/data/gitblit.properties @@ -1007,6 +1007,11 @@ web.summaryCommitCount = 16 # SINCE 0.5.0
web.summaryRefsCount = 5
+# Show a README file, if available, on the summary page.
+#
+# SINCE 1.4.0
+web.summaryShowReadme = false
+
# The number of items to show on a page before showing the first, prev, next
# pagination links. A default of 50 is used for any invalid value.
#
@@ -1025,6 +1030,16 @@ web.overviewReflogCount = 5 # SINCE 1.3.0
web.reflogChangesPerPage = 10
+# Specify the names of documents in the root of your repository to be displayed
+# in tabs on your repository docs page. If the name is not found in the root
+# then no tab is added. The order specified is the order displayed. Do not
+# specify a file extension as the aggregation of markup extensions + txt are used
+# in the search algorithm.
+#
+# SPACE-DELIMITED
+# SINCE 1.4.0
+web.documents = readme home index changelog contributing submitting_patches copying license notice authors
+
# Registered file extensions to ignore during Lucene indexing
#
# SPACE-DELIMITED
|