The git-rust Implementation git init, git add, git commit, git log, and git status from scratch in Rust, reading and writing Git's actual on-disk format. When you are done, real git will be able to read your commits.
Go to file
Rezon Philip 854739c46f Initial commit 2026-03-02 17:18:21 +00:00
.gitignore Initial commit 2026-03-02 17:18:21 +00:00
README.md Initial commit 2026-03-02 17:18:21 +00:00

README.md

gir

The git-rust Implementation git init, git add, git commit, git log, and git status from scratch in Rust, reading and writing Git's actual on-disk format. When you are done, real git will be able to read your commits.