file_contributors
Identify all authors who have contributed to a file, showing their commit count, line ownership, activity period, and contribution percentage for code review and collaboration.
Instructions
Shows every author who has ever committed to a file, ranked by number of commits. Includes current line ownership, commit percentage, and the date range they were active on the file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to the file | |
| repo_path | No | Working directory / repo root (defaults to cwd) |