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 | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index 45e4503..f64f1e5 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -54,7 +54,7 @@ gb.modification = modification gb.deletion = deletion gb.rename = rename -gb.stats = stats +gb.metrics = metrics gb.markdown = markdown gb.changedFiles = changed files gb.filesAdded = {0} files added @@ -89,4 +89,9 @@ gb.permittedUsers = permitted users gb.isFrozen = is frozen gb.isFrozenDescription = deny push operations -gb.zip = zip \ No newline at end of file +gb.zip = zip +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 +gb.blob = blob \ No newline at end of file -- Gitblit v1.9.1