git_blame
Identify the commit and author responsible for each line in a file, providing clarity on change origins and enabling code history analysis.
Instructions
Show line-level commit attribution for a file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| path | Yes | ||
| start | No | ||
| revision | No | HEAD | |
| repositoryId | Yes | ID returned by git_list_repositories |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| output | Yes | ||
| truncated | Yes |