Details
If a repository is imported before a user registers, does phabricator associate the user id with the repository, if the user ids are the same? I have two users registered after a repository has been imported, but only one of it has been associated, meaning you can click on the name when browsing commits. Would this be a problem or how can I manually associate them? Thanks.
Answers
Phabricator only associates commits to user accounts which are created when the import of the commit occurs. I believe there's some detail in T6811 - it looks like the suggested workaround is to ensure user accounts are created prior to the import of a repository.
One of the other workarounds mentioned there is using a reparse script:
https://secure.phabricator.com/T6811#88775