moving a repository emails the wrong group of people
Created by: burr86
When I move a repository from one namespace to another, it sends an email saying "this repository has moved, so please run git remote set-url.."
This email is sent to the members of the new namespace, as well as any project-specific members. Many of those members did not have access before, and therefore wouldn't have had a clone to update in the first place.
It should be sending to the project-specific members, plus any members of the old namespace that also exist in the new namespace. Or perhaps the transfer operation can be configured to suppress emails, or only email recent commiters, or something like that.
(My use case is: I create a personal repository, and then I move it into a shared group. The group members get emailed to update their remotes even though they never had access.)