"Project was moved" notification only shows new group/name
Created by: YenZi
When user moves a project to another group, all members of that project get a notification mail. Unfortunately, this mail does not show the original name/group of that project. E.g.
group1/projFoo moves to barGroup/projNewName
The notification mail only says this :
GitLab | barGroup / projNewName
Project was moved to another location
The project is now located under barGroup / projNewName
To update the remote url in your local repository run:
git remote set-url origin [email protected]:barGroup/projNewName.git
But it really should say :
Project group1/projFoo was moved to another location
So the user has a chance to identify the project and knows where he should call the git remote set-url origin