repo_blame
:
Instructions
Git blame with optional line range. File path must be within the repository.
Args: repo_path: Path to local git repository. file_path: File path relative to repo root. start_line: Starting line number (optional). end_line: Ending line number (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | ||
| file_path | Yes | ||
| start_line | No | ||
| end_line | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |