get_file_history
Retrieve commit history and symbol evolution for any Linux kernel file path, with evidence-ranked results.
Instructions
Get commit history and symbol evolution for a kernel file path.
Args: file_path: Relative file path in kernel tree. repo: Optional repository filter. limit: Max commits to return.
Returns: Dictionary with file commit history and evidence sources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | ||
| limit | No | ||
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||