From 68ce2ce77157b2fda9c4f4a0893ece499e747320 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 14 Mar 2012 16:34:22 -0400 Subject: [PATCH] Repository must have commits to be searchable --- src/com/gitblit/GitBlit.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/com/gitblit/GitBlit.java b/src/com/gitblit/GitBlit.java index f6691dc..e224025 100644 --- a/src/com/gitblit/GitBlit.java +++ b/src/com/gitblit/GitBlit.java @@ -184,6 +184,7 @@ } return self().timezone; } + /** * Returns the boolean value for the specified key. If the key does not -- Gitblit v1.9.1