From 9c4725cba1e4e07c55061afb435d0d4228cf89ba Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Sat, 04 Feb 2012 00:02:11 -0500 Subject: [PATCH] Clarify that log page/panel displays HEAD ref by default --- src/com/gitblit/wicket/GitBlitWebApp.properties | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index f039a36..1a8513a 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -131,8 +131,7 @@ gb.sendProposal propose gb.status = status gb.origin = origin -gb.defaultHead = default HEAD -gb.defaultHeadDescription = current branch after clone. e.g. refs/heads/master +gb.headRefDescription = change the ref that HEAD links to. e.g. refs/heads/master gb.federationStrategy = federation strategy gb.federationRegistration = federation registration gb.federationResults = federation pull results -- Gitblit v1.9.1