git-annex/doc/todo/speculate-can-get___58___extension_of_speculate-present.mdwn
Joey Hess cffa2446e8
tagged the past 2 years of open todos and followed up to a few of them
also moved some that were really bug reports to bugs/ and closed a
couple
2020-01-30 15:22:05 -04:00

6 lines
664 B
Markdown

Add `remote.<name>.annex-speculate-can-get` config setting for non-special remotes, with the meaning "speculate that the remote knows how to get the key". It's like `remote.<name>.annex-speculate-present`, except you'd first try [[`git-annex-get`|git-annex-get]] in the remote before looking in its annex.
Then one can make a quick clone of the current repo, and instead of re-configuring all its remotes in the new clone, just configure the origin to be a `speculate-can-get` remote.
This would also be useful when you have unconnected but related repos, and want to occasionally share files between them without merging their histories.
[[!tag needsthought]]