add note to git-annex-log man page about when information is not available

This commit is contained in:
Joey Hess 2021-04-23 14:53:38 -04:00
parent bfa2db9222
commit 34c2d13dce
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 11 additions and 16 deletions

View file

@ -145,19 +145,6 @@ all reads followed by writes do go via Annex.Branch.change, so Annex.Branch.get
can just concacenate the two without worrying about it leaking back out in a
later write.
> Implementing this is in progress, in the `hiddenannex` branch.
>
> Got the separate journal mostly working. No separate index yet.
> No way to configure what repo is hidden yet. --[[Joey]]
>
> Implementation notes:
>
> * [[bugs/git-annex_branch_caching_bug]] was a problem, now fixed.
> * Any other similar direct accesses of the branch, not going through
> Annex.Branch, also need to be fixed (and may be missing journal files
> already?) Most fixed now. Command.Log behavior needs to be
> investigated still.
## networks of hidden repos
There are a lot of complications involving using hidden repos as remotes.