get_commit_diff
Retrieve the diff of a specific file within a commit by providing repository, commit SHA, and file path, enabling review of changes in Azure DevOps.
Instructions
Get the diff/changes for a file in a commit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path to get diff for | |
| project | No | Project name | |
| commitId | Yes | Commit SHA | |
| repository | Yes | Repository name or ID |