moving project into group notice email contains incorrect URL
Created by: jeff-dagenais
using 5-2-stable at 6654db2c
Moving a project from global namespace to a group (say group1) generates a helper e-mail. This mail contains:
git remote set-url origin [email protected]:project1
when it should really read:
git remote set-url origin [email protected]:group1/project1
The move is successful and the correct URL is what is expected. So it seems like it's just the email that's wrong... very misleading.