get_file_churn
Analyze file churn in a git repository by retrieving files with the most changes within a specified date range. Helps identify frequently modified files to track code instability.
Instructions
Get files with most changes (churn)
Input 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 |