Viewing the commit history in SourceCraft

Commits are records of changes to the repository containing a description, author info, and timestamp.

Tip

SourceCraft gets the author name and email for each commit from git. If the email in the git settings matches the SourceCraft user email, the commit is automatically associated with that user in the repository, with their SourceCraft username, avatar, and profile link displayed in the commit history.

You can have several email addresses associated with your profile, in which case commits containing these addresses will be attached to your account.

For more information, see Setting up an email address for commit association in SourceCraft.

To view your commit history:

  1. Open the SourceCraft home page.
  2. On the Home tab, under Your craftspace, navigate to Repositories.
  3. Select a repository.
  4. Under Code on the repository page, go to Overview.
  5. In the drop-down list , select the branch whose commits you want to view.
  6. Click History to the right.

You can also view the revision history under Code Commits.

  1. Open the SourceCraft home page.
  2. On the Home tab, under Your craftspace, navigate to Repositories.
  3. Select a repository.
  4. Under Code on the repository page, go to Pull requests.
  5. Select the pull request whose commits you want to view.
  6. Navigate to the Commits tab.

See also