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
This commit is contained in:
Joey Hess 2020-01-30 15:22:05 -04:00
parent c08d5612ee
commit cffa2446e8
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
107 changed files with 406 additions and 4 deletions

View file

@ -0,0 +1,14 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2020-01-30T18:36:17Z"
content="""
This would mean that, every time something about a key is looked up in the
git-annex branch, it would also need to look at the metadata to see if this
`alt_keys` field is set.
So it doubles the time of every single query of the git-annex branch.
I don't think that's a good idea, querying the git-annex branch is already
often a bottleneck to commands.
"""]]