It is a command-line tool that answers the one question Git never makes simple: Why is this here?
Git Phi traces any line of code back through history fast. It does not stop at the last commit. It walks the full chain, showing each change, the author, and the original context. No more manual git blame chains. No crawling through merges.
At its core, Git Phi combines efficient Git history parsing with a focused query system. Point it at a file and line number, and it returns the complete lineage. You see the commit hash, diff, and commit message in a clean timeline. This helps you understand technical debt, confirm requirements, or spot regressions before they hit production.
Git Phi supports filtering by author, commit range, or branch. This lets you narrow down massive histories to exactly what matters. It works on monorepos without choking. Its output is minimal but complete, designed for quick scanning in your terminal or piping to other tools.