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 a76f54ae76 second commit 2026-03-04 01:51:07 +05:30
src second commit 2026-03-04 01:51:07 +05:30
target second commit 2026-03-04 01:51:07 +05:30
.DS_Store second commit 2026-03-04 01:51:07 +05:30
.gitignore Update .gitignore 2026-03-02 18:00:29 +00:00
Cargo.lock init(): first commit 2026-03-02 23:39:47 +05:30
Cargo.toml init(): first commit 2026-03-02 23:39:47 +05:30
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.