summaryrefslogtreecommitdiffstats
path: root/docs
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 /docs
parent618d1691dc0003c8243942354d81dd35a195a94e (diff)
downloadgitblit-798581cab5817310a1b9991dac3b10cd7813f86a.tar.gz
gitblit-798581cab5817310a1b9991dac3b10cd7813f86a.zip
Added setting to control length of abbreviated commit hash id
Diffstat (limited to 'docs')
-rw-r--r--docs/04_releases.mkd2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd
index f0470e5c..a8813c50 100644
--- a/docs/04_releases.mkd
+++ b/docs/04_releases.mkd
@@ -46,6 +46,8 @@ In order to fork a repository, the user account must have the *fork* permission
**New:** *git.garbageCollectionHour = 0*
**New:** *git.defaultGarbageCollectionThreshold = 500k*
**New:** *git.defaultGarbageCollectionPeriod = 7 days*
+- Added setting to control length of shortened commit ids
+ **New:** *web.shortCommitIdLength=8*
- Added simple project pages. A project is a subfolder off the *git.repositoriesFolder*.
- Added support for X-Forwarded-Context for Apache subdomain proxy configurations (issue 135)
- Delete branch feature (issue 121, Github/ajermakovics)