From 798581cab5817310a1b9991dac3b10cd7813f86a Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Tue, 06 Nov 2012 17:47:52 -0500
Subject: [PATCH] Added setting to control length of abbreviated commit hash id

---
 distrib/gitblit.properties |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties
index 60b1a89..1a5a61b 100644
--- a/distrib/gitblit.properties
+++ b/distrib/gitblit.properties
@@ -469,6 +469,11 @@
 # SINCE 0.9.0
 web.allowLuceneIndexing = true
 
+# Controls the length of shortened commit hash ids
+#
+# SINCE 1.2.0
+web.shortCommitIdLength = 8
+
 # Use Clippy (Flash solution) to provide a copy-to-clipboard button.
 # If false, a button with a more primitive JavaScript-based prompt box will
 # offer a 3-step (click, ctrl+c, enter) copy-to-clipboard alternative.

--
Gitblit v1.9.1