Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 622 Bytes

File metadata and controls

9 lines (5 loc) · 622 Bytes

gitsema

Gitsema logo

npm version CI

A content-addressed semantic index synchronized with Git's object model.

Gitsema walks your Git history, embeds every blob, and lets you semantically search your codebase — including across time. It treats blob hashes as the unit of identity, so identical content is only embedded once regardless of how many commits reference it.