repo_git_diff
Retrieve the diff of changes in a local Git repository, with options for staged changes and byte limits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| staged | No | ||
| max_bytes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| diff | Yes | ||
| branch | Yes | ||
| truncated | Yes | ||
| repository | Yes | ||
| hidden_files | Yes |