summaryrefslogtreecommitdiffstats
path: root/releases.moxie
diff options
context:
space:
mode:
authorFlorian Zschocke <f.zschocke+git@gmail.com>2020-11-09 23:25:05 +0100
committerFlorian Zschocke <f.zschocke+git@gmail.com>2020-11-10 00:08:34 +0100
commit2c822678597ff3d4c10a4a340fd86ea94f009c7e (patch)
tree538d59205805a006468d5f2a7a8e44b192033e79 /releases.moxie
parent6f15e41eb54dc083711d291acb71b17c3b30f799 (diff)
downloadgitblit-2c822678597ff3d4c10a4a340fd86ea94f009c7e.tar.gz
gitblit-2c822678597ff3d4c10a4a340fd86ea94f009c7e.zip
📖 docs: Add missing change to 1.8.0 release notes
Add that issue 879 was fixed in release 1.8.0
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 2a378a89..fe4c0589 100644
--- a/releases.moxie
+++ b/releases.moxie
@@ -206,6 +206,7 @@ r29: {
- Improve logic of handling dot files in the raw servlet (pr-983)
- Change Jenkins Groovy script to support any protocol (pr-986)
- Remove empty catch blocks swallowing exceptions during authentication (pr-979)
+ - Use longest match when searching for repositories, to find a/b/c.git repo if also a/b.git exists. (issue-879)
- Various documentation improvements
additions:
- Delete patchset feature (pr-1039)