gitBlame
Identify the last modifier and commit for each line of code to trace why it was written or find the introducing commit.
Instructions
Per-line last modifier and commit. Trace why code was written or find the introducing commit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Workspace or absolute path to the file | |
| startLine | No | First line number to blame (1-based, inclusive). Omit for start of file. | |
| endLine | No | Last line number to blame (1-based, inclusive). Omit for end of file. |