moving project sends email, but omits source path
Created by: spuder
If you move an existing project, gitlab will send all members of that project a friendly email informing them of the new project location, and remind them to update their remotes.
The problem is that the email does not say where the project was moved from, only where the project was moved to.
This email is confusing for the users , because it is not clear which project they need to update their remote on.
Expected Behavior
Gitlab should send a message that contains a phrase similar to the following:
Project foo/bar was moved to another location
The project is now located under buzz/bar
To update the remote url in your local repository run:
git set-url origin.....
You're receiving this notification because you are a member of the buzz/bar project team