summaryrefslogtreecommitdiffstats
path: root/groovy/protect-refs.groovy
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2012-05-10 17:38:25 -0400
committerJames Moger <james.moger@gitblit.com>2012-05-10 17:38:25 -0400
commit7c1cdc8b2f3686626de0f1a523965f5555f469d7 (patch)
tree5247376854da5f38de7036b096fbae69cbb70274 /groovy/protect-refs.groovy
parenta5b1594130419c1523b3786d0bbb12adfd1e4d7b (diff)
downloadgitblit-7c1cdc8b2f3686626de0f1a523965f5555f469d7.tar.gz
gitblit-7c1cdc8b2f3686626de0f1a523965f5555f469d7.zip
Revisions to custom fields
Diffstat (limited to 'groovy/protect-refs.groovy')
-rw-r--r--groovy/protect-refs.groovy3
1 files changed, 3 insertions, 0 deletions
diff --git a/groovy/protect-refs.groovy b/groovy/protect-refs.groovy
index 48ac60f1..f730bcb2 100644
--- a/groovy/protect-refs.groovy
+++ b/groovy/protect-refs.groovy
@@ -64,6 +64,9 @@ import org.slf4j.Logger
* 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
*
*/