veto_git_blame
Get ownership and contribution history for any file or directory from local git. Lists total commits, contributors with commit counts, and last-modified metadata.
Instructions
Returns ownership and contribution history for a file or directory — total commits, contributor list with commit counts, and last-modified metadata. Uses local git history: instant, zero network.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | No | Absolute path to a single file. If both are provided, file_path takes precedence. | |
| project_dir | No | Absolute path to a project directory to analyse. |