emacs_git_blame
Show git blame for a file to reveal the last commit and author for each line. Optionally limit to a start and end line range.
Instructions
Show git blame for a file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | File to blame | |
| end_line | No | End line (optional) | |
| start_line | No | Start line (optional) |