From 5c284113a1a458db0d3440de351034503b3d52b3 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Mon, 11 Jul 2011 16:29:20 -0400 Subject: [PATCH] Optionally display repository on-disk size on repositories page. --- 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