diff options
Diffstat (limited to 'gitblit.properties')
-rw-r--r-- | gitblit.properties | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gitblit.properties b/gitblit.properties index 427a9d52..4b081358 100644 --- a/gitblit.properties +++ b/gitblit.properties @@ -48,7 +48,7 @@ web.allowAdministration = 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.
+# Specifying "gitblit" uses the internal welcome message.
web.repositoriesMessage = gitblit
# Use the client timezone when formatting dates.
@@ -63,6 +63,9 @@ web.datetimestampLongFormat = EEEE, MMMM d, yyyy h:mm a z # 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
|