**Scenario**:
* Add some commits authored with an identity A that will get assigned to user X and some authored with an identity B that will not get assigned to anyone.
* Explicitly unassign identity A from user X.
* Explicitly assign identity B to user X.
* Go to user X's commit list from the user X's profile page or craft a query for Diffusion commits, specifying X as author.
**Expectations**:
Commits A are not returned, commits B are returned — reflecting current state of identity-user mappings.
**Reality**:
Commits A are returned, commits B are not returned — reflecting the state of affairs at the time of indexing the commits.
== Screenshots! ==
Here, I assigned [[ https://we.phorge.it/diffusion/identity/view/859/ | one of your identities ]] to myself:
{F307447}
Now when you go to [[ https://we.phorge.it/people/commits/53/ | the list of your commits ]], there is some entry from "me", but there shouldn't.
{F307448}
And when you look at [[ https://we.phorge.it/people/commits/376/ | my commits ]], there are none — but there should, as [[ https://we.phorge.it/rARC8eda7669905f66e0061e26532685a17e10f7031b | this commit ]] is now mine, as far as Diffusion is concerned.
{F307449}
{F307450}