git_commits_details
Retrieve detailed commit data, including messages and diffs, from Git repositories. Filter by branch, date range, author, or message content to analyze changes and history efficiently.
Instructions
Get detailed information about commits including full messages and diffs.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
author | No | Filter by author (optional) | |
branch | No | The branch to get commits from | main |
grep | No | Filter commits by message content (optional) | |
include_diff | No | Whether to include the commit diffs | |
max_count | No | Maximum number of commits to retrieve | |
repo_url | Yes | The URL of the Git repository | |
since | No | Get commits after this date (e.g., "1 week ago", "2023-01-01") | |
until | No | Get commits before this date (e.g., "yesterday", "2023-12-31") |