Get recent git commits
git_get_recent_commitsRetrieve recent commits from a local git repository. Returns structured commit objects ready for changelog generation.
Instructions
Fetch the most recent commits from a local git repository. Returns structured commit objects that can be passed directly to git_generate_markdown_changelog.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of commits to fetch (default 20, max 500) | |
| repoPath | Yes | Absolute or relative path to the local git repository |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| commits | Yes | ||
| repoPath | Yes |