blame_line_range
Identify the commits responsible for changes in a specified line range of a kernel file, with evidence sources.
Instructions
Get commit attribution for a specific line range in a file.
Args: file_path: Relative file path in kernel tree. start_line: Starting line number (1-indexed). end_line: Ending line number. repo: Optional repository filter.
Returns: Dictionary with line range attributions and evidence sources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | ||
| end_line | Yes | ||
| file_path | Yes | ||
| start_line | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||