From 1f52c8b5f123b97fc631465479bc2855c12b9ee3 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Tue, 02 Oct 2012 17:23:16 -0400
Subject: [PATCH] Moved the fork mechanism from a javascript link to a separate page

---
 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