Phil Haack 9/29/2025

Spelungit: When `git log –grep` isn’t enough

Read Original

Spelungit is a semantic search engine for Git commit history that solves the limitations of `git log --grep`. It uses natural language queries and embeddings to find commits based on intent, such as "authentication flow refactoring" or "race condition fixes," rather than requiring exact keyword matching. The tool integrates with Claude Code via MCP, runs locally with SQLite, and indexes repositories to enable powerful, context-aware searches of commit messages and code changes.

Spelungit: When `git log –grep` isn’t enough

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week