git_blame
Identify who last modified each line in a file to track code changes and understand authorship. Optionally specify line ranges to focus on specific sections.
Instructions
Show who last modified each line of a file. Optional line range to focus on specific code.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | File path to get blame for | |
| startLine | No | Starting line number (1-indexed) | |
| endLine | No | Ending line number (1-indexed) |