From 0d3e3ca5b85d7e81066030a5081ea3a9cbe76607 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Thu, 21 Jul 2011 14:48:15 -0400 Subject: [PATCH] Rollback to Jetty 7.4.3 for now. --- src/com/gitblit/utils/JGitUtils.java | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/com/gitblit/utils/JGitUtils.java b/src/com/gitblit/utils/JGitUtils.java index f8de429..2e14b67 100644 --- a/src/com/gitblit/utils/JGitUtils.java +++ b/src/com/gitblit/utils/JGitUtils.java @@ -166,7 +166,6 @@ } fetch.setRefSpecs(specs); FetchResult result = fetch.call(); - repository.close(); return result; } @@ -299,7 +298,7 @@ /** * Determine if a repository has any commits. This is determined by checking - * for 1 or more heads. + * the objects/info and objects/pack folders. * * @param repository * @return true if the repository has commits -- Gitblit v1.9.1