Let's say I have a Bitbucket git repository under https://bitbucket.org/username/badname. This repository has been forked by several users and they regularly make pull-requests.
I now decide to rename the Bitbucket repository to https://bitbucket.org/username/bettername. Obviously I will need to update my local .git/config so that it points at the new URL.
Now, what happens to all the forks? How will the rename of my repository affect the ability of the contributors to make pull-requests?