diff options
author | James Moger <james.moger@gitblit.com> | 2012-05-09 04:59:43 -0700 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-05-09 04:59:43 -0700 |
commit | 5f227250b8661cb46967f40673374953c8e495e9 (patch) | |
tree | 325fb3accd599d298f896fadedb6b9b48e62848c /distrib | |
parent | b94965e87929c6b4e42f9a2078dc0d910cc2637d (diff) | |
parent | 022ebb4010ecf91ef5049f0386ef398f1d7fb32b (diff) | |
download | gitblit-5f227250b8661cb46967f40673374953c8e495e9.tar.gz gitblit-5f227250b8661cb46967f40673374953c8e495e9.zip |
Merge pull request #16 from jcrygier/custom_properties
Custom Defined Repository Properties (Issue #92)
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 |