summaryrefslogtreecommitdiffstats
path: root/distrib
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2012-11-06 17:47:52 -0500
committerJames Moger <james.moger@gitblit.com>2012-11-06 17:47:52 -0500
commit798581cab5817310a1b9991dac3b10cd7813f86a (patch)
tree156e4570f18aa4e373d6506f161816dd2b517f5a /distrib
parent618d1691dc0003c8243942354d81dd35a195a94e (diff)
downloadgitblit-798581cab5817310a1b9991dac3b10cd7813f86a.tar.gz
gitblit-798581cab5817310a1b9991dac3b10cd7813f86a.zip
Added setting to control length of abbreviated commit hash id
Diffstat (limited to 'distrib')
-rw-r--r--distrib/gitblit.properties5
1 files changed, 5 insertions, 0 deletions
diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties
index 60b1a897..1a5a61b3 100644
--- a/distrib/gitblit.properties
+++ b/distrib/gitblit.properties
@@ -469,6 +469,11 @@ web.allowZipDownloads = true
# 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.