0

I am running a new GitLab 8.3 installation and I have imported my old/existing Git repositories. For commits that were created before switching to GitLab, it displays a link to that person's email address but not a link to their profile. Is there a way to associate the old commits with the new GitLab profiles?

1 Answers1

0

Commit to user mapping is done via the email address on the commit. A user can set additional emails in /profile/emails - once they add the emails to their gitlab profile, the old commits will be associated to the correct users.

(I'm unfortunately not finding a place in the UI for an admin to add emails to a user other than themselves, might need to directly edit the database if you need to do this for the users instead of having them add the emails on their old commits.)

Shane Madden
  • 112,982
  • 12
  • 174
  • 248