public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
* [GSoC] extensions.partialClone and promisor remote fetch order
@ 2026-03-07  9:28 Lorenzo Pegorari
  2026-03-07 14:58 ` Lorenzo Pegorari
  2026-03-09 13:40 ` Christian Couder
  0 siblings, 2 replies; 4+ messages in thread
From: Lorenzo Pegorari @ 2026-03-07  9:28 UTC (permalink / raw)
  To: git
  Cc: Christian Couder, Karthik Nayak, Justin Tobler, Siddharth Asthana,
	Ayush Chandekar, Junio C Hamano

Hi everyone. In the past weeks I deeply studied the documentation
regarding the GSoC'26 idea "Implement promisor remote fetch ordering". I
am preparing a proposal that is as detailed as possible, and that tries
to answer to as many questions as possible. I am also experimenting a
lot with multiple promisor remotes configurations, and creating some
examples that I will showcase in my proposal.


I have a question regarding the interaction between the config
"extensions.partialClone" and a possible fetch ordering mechanism:
 * from my understanding, and from my personal tests, it looks like
   "extensions.partialClone" is not essential when working with multiple
   promisor remotes. Having these promisor remotes setted up with
   "remote.<name>.promisor" and "remote.<name>.partialCloneFilter" seems
   sufficient. In this case, the promisor remotes will be tried one
   after the other, in the order in which they appear in the config.
 * if "extensions.partialClone" is present, then the promisor remote
   configured using the "extensions.partialClone" config var will be the
   last one tried when fetching an object.

1. is what I explained correct?
2. when the fetch ordering mechanism will be added, this config var will
   not be useful anymore. How should it be handled? It probably can't
   just be removed, so the fetch ordering mechanism should be flexible
   enough to handle a situation where "extensions.partialClone" is
   present, correct?


Thanks,
Lorenzo

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-03-10 18:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-07  9:28 [GSoC] extensions.partialClone and promisor remote fetch order Lorenzo Pegorari
2026-03-07 14:58 ` Lorenzo Pegorari
2026-03-09 13:40 ` Christian Couder
2026-03-10 18:32   ` Lorenzo Pegorari

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox