@@ -211,6 +211,9 @@ The key challenge is designing a flexible system that allows servers to
211211communicate their preferred fetch order to clients (to ensure optimal
212212performance and cost management).
213213
214+ As this area is being worked on these days, coordination with others will likely
215+ be required.
216+
214217** Getting started:** Build Git from source, set up a repository with multiple
215218promisor remotes and experiment with object fetching, study how Git currently
216219handles multiple remotes, review the promisor-remote protocol in
@@ -240,7 +243,7 @@ _Possible mentors_:
240243
241244Currently, the promisor-remote protocol allows servers to advertise remotes
242245that the server itself uses as promisor remotes. However, as suggested by
243- Junio Hamano, it would be more useful if servers could advertise
246+ Junio Hamano, it would be useful in some cases if servers could advertise
244247"better-connected" remotes - remotes that might not be promisor remotes
245248for the server but would be good choices for the client.
246249
@@ -256,6 +259,9 @@ This project involves:
256259- Designing the protocol extension with backward compatibility in mind
257260- Testing with various network topologies
258261
262+ As this area is being worked on these days, coordination with others will likely
263+ be required.
264+
259265** Getting started:** Build Git from source, study the current promisor-remote
260266protocol implementation, read Junio's suggestion in ` Documentation/gitprotocol-v2.txt ` ,
261267understand how Git currently advertises and uses promisor remotes, set up test
0 commit comments