getCommitHistory
Retrieve and analyze commit history from private GitHub repositories to track changes, view detailed diffs, and monitor knowledge base evolution over time. Filter by author, date range, or paginate results for focused insights.
Instructions
Track the evolution of your Obsidian vault knowledge base by retrieving commit history from GitHub (johndoe-org/obsidian-vault). See how your notes and ideas have developed over time with detailed diffs.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
author | No | Filter commits by author username | |
days | Yes | Number of days to look back for commits | |
includeDiffs | No | Whether to include actual file changes/diffs (default: true) | |
maxCommits | No | Maximum number of commits to return | |
page | No | Page number for pagination (0-indexed) |