From a3bde69e9b3f3cc6212b0cd5fd7310b6a3301d8c Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 01 Jun 2011 20:47:05 -0400 Subject: [PATCH] Documentation. Enforce ".git" suffix for created repositories. --- src/com/gitblit/wicket/GitBlitWebApp.properties | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index 16f2aa0..2ba03e6 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -91,4 +91,6 @@ gb.isFrozenDescription = deny push operations gb.zip = zip gb.showReadme = show readme -gb.showReadmeDescription = show a \"readme\" markdown file on the summary page \ No newline at end of file +gb.showReadmeDescription = show a \"readme\" markdown file on the summary page +gb.nameDescription = use '/' to group repositories. e.g. libraries/mycoollib.git +gb.ownerDescription = the owner may edit repository settings \ No newline at end of file -- Gitblit v1.9.1