git_range_diff
Compare two commit ranges in a Git repository to view the differences between them.
Instructions
Compare two commit ranges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| newBase | Yes | ||
| newHead | Yes | ||
| oldBase | Yes | ||
| oldHead | Yes | ||
| repositoryId | Yes | ID returned by git_list_repositories |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| output | Yes | ||
| truncated | Yes |