From 1b84d3110165c0df933a54a03503beaa8290347d Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Thu, 08 Nov 2012 16:08:10 -0500 Subject: [PATCH] Fix? for oodles of selected repositories in Lucene search (issue 152) --- groovy/jenkins.groovy | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/groovy/jenkins.groovy b/groovy/jenkins.groovy index 7336058..d76a3d6 100644 --- a/groovy/jenkins.groovy +++ b/groovy/jenkins.groovy @@ -48,6 +48,7 @@ * Bound Variables: * gitblit Gitblit Server com.gitblit.GitBlit * repository Gitblit Repository com.gitblit.models.RepositoryModel + * receivePack JGit Receive Pack org.eclipse.jgit.transport.ReceivePack * user Gitblit User com.gitblit.models.UserModel * commands JGit commands Collection<org.eclipse.jgit.transport.ReceiveCommand> * url Base url for Gitblit String -- Gitblit v1.9.1