From 381cd5df2956c0b3b757e6d8e16f268a7c4babd1 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Fri, 14 Sep 2012 08:07:39 -0400
Subject: [PATCH] Merge pull request #36 from Mrbytes/master

---
 groovy/protect-refs.groovy |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/groovy/protect-refs.groovy b/groovy/protect-refs.groovy
index 48ac60f..f730bcb 100644
--- a/groovy/protect-refs.groovy
+++ b/groovy/protect-refs.groovy
@@ -64,6 +64,9 @@
  *	url				Base url for Gitblit		String
  *  logger			Logs messages to Gitblit 	org.slf4j.Logger
  *  clientLogger	Logs messages to Git client	com.gitblit.utils.ClientLogger
+ *
+ * Accessing Gitblit Custom Fields:
+ *   def myCustomField = repository.customFields.myCustomField
  *  
  */
 

--
Gitblit v1.9.1