From 319342c09152c61af13930e79777e1396f9c397f Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Fri, 27 Sep 2013 21:33:34 -0400 Subject: [PATCH] Add normalized diffstats to the commit, commitdiff, and compare pages --- releases.moxie | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/releases.moxie b/releases.moxie index 8b8cfe8..87d178a 100644 --- a/releases.moxie +++ b/releases.moxie @@ -24,6 +24,7 @@ - Added option to render Markdown commit messages (issue-203) - Added setting to control creating a repository as --shared on Unix servers (issue-263) - Added setting to globally disable anonymous pushes in the receive pack + - Added a normalized diffstat display to the commit, commitdiff, and compare pages dependencyChanges: ~ settings: - { name: 'git.createRepositoriesShared', defaultValue: 'false' } -- Gitblit v1.9.1