getCommitHistory
Retrieve and analyze commit history from a GitHub-hosted Obsidian vault to track changes in notes, ideas, and knowledge base evolution. Filter by author, include diffs, and paginate results for detailed insights.
Instructions
Track the evolution of your Obsidian vault knowledge base by retrieving commit history from GitHub (my-organization/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) |