git-blame
Show authorship for each line of a file to identify who last modified it and when.
Instructions
Show line-by-line authorship information for a file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | No | The directory to run the command in (defaults to current working directory) | |
| filePath | Yes | The path to the file to show blame information for | |
| lineRange | No | Line range to show blame for (e.g., '1,10' or '5,+10') |