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,16 @@
[[!comment format=mdwn
username="joey"
subject="""comment 3"""
date="2020-01-30T17:36:09Z"
content="""
I don't want to complicate the location logs with time-dependent sameas
hacks.
Is this repo that's been copied a special remote? fsck --fast --from would
then not be very fast since it has to talk to the special remote. A
dedicated command could be faster than that.
If the repo is a git-annex repo though, I'd expect git annex fsck --fast
to be nearly optimal, the only extra work it does over such a dedicated
command, I think, is a stat of the object file to check if it's present.
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="joey"
subject="""comment 4"""
date="2020-01-30T19:21:00Z"
content="""
See [[todo/reinit_should_work_without_arguments]] for another argument for
the same thing.
"""]]