From 75705a3b40a3f42bda57de62b29c6f853d94dfb8 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 28 Nov 2012 17:07:52 -0500 Subject: [PATCH] Short commit ids in log and history take two (issue 168) --- src/com/gitblit/Constants.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/com/gitblit/Constants.java b/src/com/gitblit/Constants.java index 8a3ec98..cd6b070 100644 --- a/src/com/gitblit/Constants.java +++ b/src/com/gitblit/Constants.java @@ -76,7 +76,7 @@ public static final String ENCODING = "UTF-8"; - public static final int LEN_SHORTLOG = 80; + public static final int LEN_SHORTLOG = 78; public static final int LEN_SHORTLOG_REFS = 60; -- Gitblit v1.9.1