get_commit
Retrieve detailed information about a specific commit in an Azure DevOps repository, including file changes. Provide repository and commit ID to get the full commit details.
Instructions
Get detailed information about a specific commit including changes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project name | |
| commitId | Yes | Full commit SHA | |
| repository | Yes | Repository name or ID | |
| includeChanges | No | Include file changes |