]> git.ipfire.org Git - thirdparty/git.git/commit
doc: add technical design doc for large object promisors
authorChristian Couder <christian.couder@gmail.com>
Tue, 18 Feb 2025 11:32:04 +0000 (12:32 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Mar 2025 16:57:40 +0000 (08:57 -0800)
commit5040f9f164ea7d633237e52bed311d1e9773c78e
tree69d17cf7c7cb675e8722180661f80707e53a0472
parent36463e32dfef16dc3a903763f14f5bbf6e0248e7
doc: add technical design doc for large object promisors

Let's add a design doc about how we could improve handling liarge blobs
using "Large Object Promisors" (LOPs). It's a set of features with the
goal of using special dedicated promisor remotes to store large blobs,
and having them accessed directly by main remotes and clients.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/large-object-promisors.txt [new file with mode: 0644]