walgit — a git server that is one binary in front of an object store
Summary
Walgit is a Rust-based Git server that fronts an object store, using a write-ahead log as the source of truth and no persistent local state. It supports smart HTTP, Git LFS, a web UI, an SDK, and per-repo push policies, with deployment options across S3-compatible stores or Google Cloud Storage and a read/write model built around a WAL in the bucket.