From 072643f0b4b808d7fdf4cb73c65045e3b034dad8 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Fri, 15 Apr 2011 17:32:28 -0400 Subject: [PATCH] Show commit parents on separate lines. "tagger" instead of "author". --- src/com/gitblit/wicket/GitBlitWebApp.properties | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index 1d7e7ba..a5583c7 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -38,4 +38,11 @@ gb.pageFirst = first gb.pagePrevious prev gb.pageNext = next -gb.parent = parent \ No newline at end of file +gb.parent = parent +gb.head = HEAD +gb.blame = blame +gb.login = Login +gb.logout = Logout +gb.username = Username +gb.password = Password +gb.tagger = tagger \ No newline at end of file -- Gitblit v1.9.1