From 3df3496185d229e6f1cdeb6f182f7933884ca29c Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 20 Apr 2011 22:14:37 -0400 Subject: [PATCH] Selectable diff presentation: gitblit, gitweb, or plain. --- gitblit.properties | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/gitblit.properties b/gitblit.properties index ae3866d..48515a1 100644 --- a/gitblit.properties +++ b/gitblit.properties @@ -59,6 +59,9 @@ web.datestampShortFormat = yyyy-MM-dd web.datetimestampLongFormat = EEEE, MMMM d, yyyy h:mm a z +# Choose the diff presentation style: gitblt, gitweb, or plain +web.diffStyle = gitblit + # 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