This commit is contained in:
Joey Hess 2024-06-20 10:15:24 -04:00
parent ecab2e03b9
commit 032d3902d8
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 4 additions and 3 deletions

View file

@ -9,7 +9,7 @@ git annex required `repository [expression]`
# DESCRIPTION
When run with an expression, configures the content that is required
to be held in the archive.
to be held in the repository.
For example:

View file

@ -9,7 +9,7 @@ git annex wanted `repository [expression]`
# DESCRIPTION
When run with an expression, configures the content that is preferred
to be held in the archive. See [[git-annex-preferred-content]](1)
to be held in the repository. See [[git-annex-preferred-content]](1)
For example:

View file

@ -61,7 +61,8 @@ For June's work on [[design/passthrough_proxy]], implementation plan:
other git-annex processes are currently using.
* Implement upload with fanout and reporting back additional UUIDs over P2P
protocol. (started, but incomplete)
protocol. (done, but need to check for fencepost errors on resume of
incomplete upload with remotes at different points)
* On upload to cluster, send to nodes where it's preferred content, and not
to other nodes.