From 16856603ec575718857768e2d18e455c95fd6ea4 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 07 Jun 2011 19:08:24 -0400 Subject: [PATCH] Documentation. Moved clone and fetch into JGitUtils. Create bare only. --- src/com/gitblit/wicket/GitBlitWebApp.properties | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index 2ba03e6..f64f1e5 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -93,4 +93,5 @@ gb.showReadme = show readme 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 +gb.ownerDescription = the owner may edit repository settings +gb.blob = blob \ No newline at end of file -- Gitblit v1.9.1