From 2a63f699e7e5998e2a037e8f62304bd2be288ea5 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Tue, 30 Oct 2012 17:28:51 -0400
Subject: [PATCH] Fixed intermittent incomplete fork network

---
 groovy/sendmail.groovy |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/groovy/sendmail.groovy b/groovy/sendmail.groovy
index f3fe0fa..c832bc6 100644
--- a/groovy/sendmail.groovy
+++ b/groovy/sendmail.groovy
@@ -54,6 +54,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