Patrick Steinhardt <ps@xxxxxx> writes: > On Tue, Feb 18, 2025 at 12:32:04PM +0100, Christian Couder wrote: >> diff --git a/Documentation/technical/large-object-promisors.txt b/Documentation/technical/large-object-promisors.txt >> new file mode 100644 >> index 0000000000..ebbbd7c18f >> --- /dev/null >> +++ b/Documentation/technical/large-object-promisors.txt >> @@ -0,0 +1,656 @@ >> +In other words, the goal of this document is not to talk about all the >> +possible ways to optimize how Git could handle large blobs, but to >> +describe how a LOP based solution can already work well and alleviate >> +a number of current issues in the context of Git clients and servers >> +sharing Git objects. >> + >> +Even if LOPs are used not very efficiently, they can still be useful >> +and worth using in some cases because, as we will see in more details > > s/because// I've squashed this in and it seems everything is in order in this topic, so let's mark it for 'next' now. Thanks, all.