comment
This commit is contained in:
parent
635e7f3e26
commit
acbf711e21
2 changed files with 17 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 8"""
|
||||
date="2021-07-16T19:13:36Z"
|
||||
content="""
|
||||
Right. It is possible to get this into a sqlite database and update it
|
||||
incrementally. The keys database is populated this way, but that's by
|
||||
tracking changes to the HEAD branch. This would instead involve
|
||||
tracking changes to the git-annex branch.
|
||||
|
||||
See [[cache_key_info]] for discussion of this kind of thing.
|
||||
"""]]
|
|
@ -35,3 +35,8 @@ data if nothing references it. Or maybe it could be required to have a
|
|||
clean tree with nothing staged before running git-annex unused.
|
||||
|
||||
Anyway, this is a semi-longterm item for me. --[[Joey]]
|
||||
|
||||
> Update: It seems like #2 has been accomplished now, the keys database
|
||||
> tracks associated files in all cases now. Although with the caveat
|
||||
> that there can be stale information sometimes, so it might still not be
|
||||
> useful for these purposes. --[[Joey]]
|
||||
|
|
Loading…
Reference in a new issue