From 64789ad7c8ffaf34499d18c89e4d26c6d6848d7c Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Fri, 15 Jun 2012 16:06:50 -0400 Subject: [PATCH] Added "today" to translation file. Updated Japanese translation. --- 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