repo_search_commits
Search for specific commits in Azure DevOps repositories by project, repository, commit range, branch, or tag. Retrieve associated work items or links for detailed commit analysis.
Instructions
Searches for commits in a repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fromCommit | No | Starting commit ID | |
includeLinks | No | Include commit links | |
includeWorkItems | No | Include associated work items | |
project | Yes | Project name or ID | |
repository | Yes | Repository name or ID | |
skip | No | Number of commits to skip | |
toCommit | No | Ending commit ID | |
top | No | Maximum number of commits to return | |
version | No | The name of the branch, tag or commit to filter commits by | |
versionType | No | The meaning of the version parameter, e.g., branch, tag or commit | Branch |