Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Rutherford <jason.rutherford@plansource.com>2018-10-11 17:25:30 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2018-10-11 17:25:30 +0300
commitab5e8dc8800886ca206ee9e6ffe80026b319063c (patch)
treece697fc2969f57fea4455be6ccdf5a5f03b0ae0f /changelogs
parent5b6b2871dfc8f2159103df7f2803459b2cee1647 (diff)
Feature improved branch filter sorting
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/feature-improved-branch-filter-sorting.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/unreleased/feature-improved-branch-filter-sorting.yml b/changelogs/unreleased/feature-improved-branch-filter-sorting.yml
new file mode 100644
index 00000000000..539c297e0dd
--- /dev/null
+++ b/changelogs/unreleased/feature-improved-branch-filter-sorting.yml
@@ -0,0 +1,6 @@
+---
+title: Improving branch filter sorting by listing exact matches first and added support
+ for begins_with (^) and ends_with ($) matching.
+merge_request: 22166
+author: Jason Rutherford
+type: changed