diff options
author | John Crygier <john.crygier@aon.com> | 2012-05-04 13:24:01 -0500 |
---|---|---|
committer | John Crygier <john.crygier@aon.com> | 2012-05-04 13:24:01 -0500 |
commit | ef4a4558ee259e64b1038b69505556a248eeb775 (patch) | |
tree | 8d55079596a9a04f6d3030462f42dfaea07f9508 /distrib | |
parent | 4a5a55229bf066bf933dde6cb6f51a4378d67fb7 (diff) | |
download | gitblit-ef4a4558ee259e64b1038b69505556a248eeb775.tar.gz gitblit-ef4a4558ee259e64b1038b69505556a248eeb775.zip |
Web UI done for Custom Fields. Changed variable names to be consistent with "custom" instead of "user"
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/gitblit.properties | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties index 8bfa417e..e04f2c8f 100644 --- a/distrib/gitblit.properties +++ b/distrib/gitblit.properties @@ -816,3 +816,13 @@ server.storePassword = gitblit # SINCE 0.5.0
# RESTART REQUIRED
server.shutdownPort = 8081
+
+# Custom Defined Properties for Repositories
+# Space delimited (use quotes if labels have spaces) list of custom properties
+# to show up on the "Edit Repository" page, with labels. Thes custom properties will
+# then be available for hooks.
+#
+# E.g. "commit-msg-regex=Commit Message Regualar Expression" another-property=Another
+#
+# SINCE 1.0.0
+repository.customFields =
\ No newline at end of file |