From d0bb38c765274b1c889a429616d4da2b478cdbd2 Mon Sep 17 00:00:00 2001 From: Plamen Totev <plamentotev@users.noreply.github.com> Date: Sun, 12 Jul 2015 11:08:14 -0400 Subject: [PATCH] Fix tags not properly indexed in Lucene --- 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