From b795b83d76b7a044c7d5bafeb8e45eefb1303581 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Mon, 18 Jul 2011 18:09:07 -0400 Subject: [PATCH] Updated MarkdownPapers to 1.1.0. --- distrib/gitblit.properties | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties index 953baa1..2ae3d01 100644 --- a/distrib/gitblit.properties +++ b/distrib/gitblit.properties @@ -97,6 +97,13 @@ # SINCE 0.5.0 web.syndicationEntries = 25 +# Show the size of each repository on the repositories page. +# This requires recursive traversal of each repository folder. This may be +# non-performant on some operating systems and/or filesystems. +# +# SINCE 0.5.2 +web.showRepositorySizes = true + # This is the message display above the repositories table. # This can point to a file with Markdown content. # Specifying "gitblit" uses the internal welcome message. -- Gitblit v1.9.1