From e627cfcaa9c567849cf11759260803ae380a034e Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 27 Nov 2012 16:58:14 -0500 Subject: [PATCH] Make activity page respect short commit id setting and lower default from 8 to 6 --- distrib/gitblit.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties index 65e19ed..b830bd5 100644 --- a/distrib/gitblit.properties +++ b/distrib/gitblit.properties @@ -494,7 +494,7 @@ # Controls the length of shortened commit hash ids # # SINCE 1.2.0 -web.shortCommitIdLength = 8 +web.shortCommitIdLength = 6 # Use Clippy (Flash solution) to provide a copy-to-clipboard button. # If false, a button with a more primitive JavaScript-based prompt box will -- Gitblit v1.9.1