git_blame
Identify the author and commit for each line in a file to trace changes and support code reviews.
Instructions
Show line-by-line authorship information for a file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | The file to annotate. | |
| line_range | No | Optional line range in the format "start,end" (e.g. "10,25"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||