From f5d0ad7e706f1743b01dcc71f42112d533de89c2 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Sat, 23 Apr 2011 19:16:53 -0400 Subject: [PATCH] Basic Create/Edit Repository. JGit 0.12-stable. Tag icon. --- gitblit.properties | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/gitblit.properties b/gitblit.properties index 427a9d5..4b08135 100644 --- a/gitblit.properties +++ b/gitblit.properties @@ -48,7 +48,7 @@ # 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. +# Specifying "gitblit" uses the internal welcome message. web.repositoriesMessage = gitblit # Use the client timezone when formatting dates. @@ -63,6 +63,9 @@ # Choose the diff presentation style: gitblt, gitweb, or plain web.diffStyle = gitblit +# Control if email addresses are shown in web ui +web.showEmailAddresses = true + # Generates a line graph of repository activity over time on the Summary page. # This is a real-time graph so generation may be expensive. web.generateActivityGraph = true -- Gitblit v1.9.1