Details
Details
I have some commits that would have a username associated with them, but they were imported before the user existed. So even though new commits to the repo are associated with the user, older ones are not. It would be nice to remedy this. I have scoured the docs, but have come up empty handed.
Having looked at the schema in the db, I don't think it would be too hard to write a migration. I just don't want to.