-
Luke Duncalfe authored
A page's `title` will be returned from Gollum/Gitaly with any +<> characters changed to -, whereas the `path` preserves these characters. Previously, if a title had one of these characters in it, this method would inaccurately return true, as we would be comparing `my+page` with `my page` (after unhyphenization). https://gitlab.com/gitlab-org/gitlab/-/issues/218230
c5e06350