From 6b5771f8099e83d8e2a5a77637eca232e6761b50 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 20 Mar 2012 19:48:03 -0400 Subject: [PATCH] Added a file icon to the changed paths tables --- src/com/gitblit/wicket/GitBlitWebApp.properties | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index 2806eee..3b78b43 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -131,6 +131,7 @@ gb.sendProposal propose gb.status = status gb.origin = origin +gb.headRef = default branch (HEAD) gb.headRefDescription = change the ref that HEAD links to. e.g. refs/heads/master gb.federationStrategy = federation strategy gb.federationRegistration = federation registration -- Gitblit v1.9.1