diff options
author | James Moger <james.moger@gitblit.com> | 2012-11-06 17:47:52 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-11-06 17:47:52 -0500 |
commit | 798581cab5817310a1b9991dac3b10cd7813f86a (patch) | |
tree | 156e4570f18aa4e373d6506f161816dd2b517f5a /distrib | |
parent | 618d1691dc0003c8243942354d81dd35a195a94e (diff) | |
download | gitblit-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.properties | 5 |
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.
|