Git blame
git_blameIdentify who last changed specific lines in a workspace file and retrieve commit metadata for a given revision or line range.
Instructions
Return bounded git blame metadata for a workspace file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rev | No | ||
| path | Yes | ||
| end_line | No | ||
| max_lines | No | ||
| start_line | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| path | No | ||
| error | No | ||
| lines | No | ||
| warnings | No | ||
| truncated | No |