This commit is contained in:
Joey Hess 2024-06-17 09:31:44 -04:00
parent 3970bbb03b
commit e2fd2ee2bd
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 5 additions and 3 deletions

View file

@ -148,6 +148,9 @@ Configuring the instantiated remotes like that would let anyone who can
write to the git-annex branch flood other people's repos with configs
for any number of git remotes. Which might be obnoxious.
Ah, instead git-annex's tab completion can be made to include instantiated
remotes, no need to list them in git config.
## single upload with fanout
If we want to send a file to multiple repositories that are behind the same

View file

@ -50,10 +50,9 @@ For June's work on [[design/passthrough_proxy]], implementation plan:
* Don't count cluster UUID as a copy. (done)
* Basic proxying to special remote support (non-streaming).
* Tab complete proxied remotes and clusters in eg --from option. (done)
* Consider getting instantiated remotes into git remote list.
See design.
* Basic proxying to special remote support (non-streaming).
* Implement upload with fanout and reporting back additional UUIDs over P2P
protocol.