Updating commit author attribution with GitHub Importer

During an import, you can match commits in your repository with the GitHub account of the commit author.

GitHub Importer looks for GitHub users whose email addresses match the authors of the commits in the repository you're importing. You can then connect a commit to its author using their email address or the author's GitHub username.

Updating commit authors

  1. After you've imported your repository, on the import status page, click Match authors. Match authors button
  2. Next to the author whose information you'd like to update, click Connect. List of commit authors
  3. Type the email address or GitHub username of the author, then press Enter.

Attributing commits to a GitHub user with a public email address

If the author of a commit in your imported repository has a GitHub account associated with the email address they used to author the commits, and they haven't set their commit email address as private, GitHub Importer will match the email address associated with the commit to the public email address associated with their GitHub account, and attribute the commit to their GitHub account.

Attributing commits to a GitHub user without a public email address

If the author of a commit in your imported repository has neither set a public email address on their GitHub profile, nor set their commit email address as private, GitHub Importer may not be able to match the email address associated with the commit with their GitHub account.

The commit author can resolve this by setting their email address as private. Their commits will then be attributed to <username>@users.noreply.github.com, and the imported commits will be associated with their GitHub account.

Attributing commits using an email address

If the author's email address is not associated with their GitHub account, they can add the address to their account after the import, and the commits will be correctly attributed.

If the author does not have a GitHub account, GitHub Importer will attribute their commits to the email address associated with the commits.

Further reading

Did this doc help you?Privacy policy

Help us make these docs great!

All GitHub docs are open source. See something that's wrong or unclear? Submit a pull request.

Make a contribution

Or, learn how to contribute.