#git
Every entry tagged #git, newest first.
2 entries
- Content-addressable storage, explainedWhy an object's name can be the hash of its bytes. One 12-byte file, worked through SHA-256 and into Ark's object store, step by step.3 min
- Building Ark: Git's object model from scratchBlobs, trees and commits in Ark, a Git-style version control system in C++: the object header, the SHA-256 address, zlib on disk, and what a branch switch does.11 min