get_file_churn
Identify files with the highest number of changes within a specified time period to analyze development patterns and code stability in Git repositories.
Instructions
Get files with most changes (churn)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to git repository | |
| since | Yes | Start date (YYYY-MM-DD) | |
| until | No | End date (YYYY-MM-DD), optional | |
| limit | No | Number of files to return, default 10 |