confirmed

This commit is contained in:
Joey Hess 2023-06-23 12:59:34 -04:00
parent 790e0083ed
commit 2f3a275b58
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -10,6 +10,15 @@ See [the original import tree todo for discussion about the race conditions](htt
Mistakes in these things can result in data loss, and it's
rather subtle stuff. --[[Joey]]
> It may be better to implement [[importtree_only_remotes]] and make
> a simpler protocol extension that supports that, rather than supporting
> both export and import tree together. --[[Joey]]
What I'd like to do is implement this in concert with someone who is
implementing a special remote that uses it. So we can iterate on the
protocol as needed to make it better. --[[Joey]]
I do want to implement this though, assuming it turns out to be feasible
for people to implement it despite its complexity, so I'm tagging this confirmed.
(This is probably a prerequisite for the [[importtree_only_remotes]] idea,
although it might make sense to implement that as a simpler protocol
extension.)
[[!confirmed]]