From 520a470b22ea53bd8b418aaac498a8672e2c0779 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Sat, 07 Mar 2015 12:21:59 -0500 Subject: [PATCH] Add a checkbox to control whitespace diff preference on the compare page --- src/main/java/com/gitblit/wicket/GitBlitWebApp.properties | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties b/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties index 648ac2a..d037420 100644 --- a/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties @@ -759,4 +759,8 @@ gb.diffTruncated = Diff truncated after the above file gb.opacityAdjust = Adjust opacity gb.blinkComparator = Blink comparator -gb.imgdiffSubtract = Subtract (black = identical) \ No newline at end of file +gb.imgdiffSubtract = Subtract (black = identical) +gb.deleteRepositoryHeader = Delete Repository +gb.deleteRepositoryDescription = Deleted repositories will be unrecoverable. +gb.show_whitespace = show whitespace +gb.ignore_whitespace = ignore whitespace \ No newline at end of file -- Gitblit v1.9.1