summaryrefslogtreecommitdiffstats
path: root/releases.moxie
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2013-11-25 00:12:31 -0500
committerJames Moger <james.moger@gitblit.com>2013-11-29 11:05:51 -0500
commitc5069a16da0a78d349b9c86b9d66dd4799257476 (patch)
treec706a361d16b4c58bbeb8761fc3e3817446a90b7 /releases.moxie
parentf19b78e12517db6c4dcbb1981423830ea39916b3 (diff)
downloadgitblit-c5069a16da0a78d349b9c86b9d66dd4799257476.tar.gz
gitblit-c5069a16da0a78d349b9c86b9d66dd4799257476.zip
Serve repositories on /r in addition to /git
Change-Id: I3cd332a6509e434d901e1b262600f4c8ce57752b
Diffstat (limited to 'releases.moxie')
-rw-r--r--releases.moxie1
1 files changed, 1 insertions, 0 deletions
diff --git a/releases.moxie b/releases.moxie
index d834f230..3f9c0744 100644
--- a/releases.moxie
+++ b/releases.moxie
@@ -36,6 +36,7 @@ r20: {
- Removed the repository setting to enable Markdown document enumeration, this is now automatic and expanded
- Retrieve LDAP groups with dereferencing aliases (pr-122)
- Revised committer verification to require a matching displayname or account name AND the email address
+ - Serve repositories on both /r and /git, displaying /r because it is shorter
additions:
- Added an optional MirrorExecutor which will periodically fetch ref updates from source repositories for mirrors (issue-5). Repositories must be manually cloned using native git and "--mirror".
- Added branch graph image servlet based on EGit's branch graph renderer (issue-194)