radicle-lfs-transfer/src
Maciek "mab122" Bator fb95fd0c68 Initial commit: rad-lfs-transfer, a Git LFS custom transfer agent backed by IPFS
Implements the Git LFS custom-transfer-agent protocol (init/upload/download/
terminate over stdin/stdout JSON), storing large file content in a local
IPFS (Kubo) daemon rather than a central server. The oid to CID mapping is
carried in git notes on refs/notes/rad-lfs, keyed by each LFS pointer's own
git blob hash, so it replicates with the repository via normal git sync.

Companion to the rad lfs init / seed / unseed support in the paired
heartwood fork.
2026-07-14 12:29:36 +02:00
..
kubo.rs Initial commit: rad-lfs-transfer, a Git LFS custom transfer agent backed by IPFS 2026-07-14 12:29:36 +02:00
main.rs Initial commit: rad-lfs-transfer, a Git LFS custom transfer agent backed by IPFS 2026-07-14 12:29:36 +02:00
notes.rs Initial commit: rad-lfs-transfer, a Git LFS custom transfer agent backed by IPFS 2026-07-14 12:29:36 +02:00