Gitlab no longer issues warning about moved repository
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Gitlab remembers old URL's for repositories and is able to auto-redirect to the new URL for a moved repository. This works fine.
Gitlab used to issue a warning, when accessing the old URL, that the repository was moved. We depend on this Warning, to detect when a repository was moved.
Old path: https://gitlab.com/beumer-group/products/platform-tools/bgplatform/applications/logserver.git
New path: https://gitlab.com/beumer-group/products/platform-tools/bgsetup-platform/applications/logserver.git
Expected output
git.exe ls-remote https://oauth2:[TOKEN]@gitlab.com/beumer-group/products/platform-tools/bgplatform/applications/logserver.git Skip-All-Tags
this command should return a warning about redirecting
warning: redirecting to https://gitlab.com/beumer-group/products/platform-tools/bgsetup-platform/applications/logserver.git/
Actual output
No warning is given