From 5f227250b8661cb46967f40673374953c8e495e9 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 09 May 2012 07:59:43 -0400 Subject: [PATCH] Merge pull request #16 from jcrygier/custom_properties --- distrib/gitblit.properties | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties index 8bfa417..e04f2c8 100644 --- a/distrib/gitblit.properties +++ b/distrib/gitblit.properties @@ -816,3 +816,13 @@ # 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 -- Gitblit v1.9.1