Bret K. Ikehara
2013-08-04 cd9461c0c05958444d1313b794be57df39d98956
src/main/distrib/data/gitblit.properties
@@ -878,6 +878,14 @@
# SINCE 0.8.0
web.repositoryListSwatches = true
# Defines the default commit message renderer.  This can be configured
# per-repository.
#
# Valid values are: plain, markdown
#
# SINCE 1.4.0
web.commitMessageRenderer = plain
# Choose the diff presentation style: gitblt, gitweb, or plain
#
# SINCE 0.5.0
@@ -900,6 +908,11 @@
# SINCE 0.5.0 
web.generateActivityGraph = true
# Displays the commits branch graph in the summary page and commits/log page.
#
# SINCE 1.4.0
web.showBranchGraph = true
# The default number of days to show on the activity page.
# Value must exceed 0 else default of 7 is used
#