list_commits
Retrieve recent commits from a branch, including file-level diff content. Provide repository and branch name to get commit history.
Instructions
List recent commits on a branch including file-level diff content for each commit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Maximum number of commits to return (Default: 10) | |
| skip | No | Number of commits to skip from the newest | |
| projectId | No | The ID or name of the project (Default: MyProject) | |
| branchName | Yes | Branch name to list commits from | |
| repositoryId | Yes | The ID or name of the repository | |
| organizationId | No | The ID or name of the organization (Default: mycompany) |