getCommitHistory
Retrieve and analyze commit history for your Obsidian vault on GitHub to track note evolution, filter by author, and explore detailed file changes over time.
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) |