git-annex/Annex
Joey Hess 3417c55189 remove git-annex branch read cache
This cache prevented noticing changes made by another process.

The case I just ran into involved the assistant dropping a file, which
cached its presence info. Then the same file was downloaded again,
but the assistant didn't know its presence info had changed.

I don't see a way to keep this cache. Will instead rely on the OS level
file cache, for files in the journal. May need to add more higher-level
caching of info that it's ok to have a potentially stale copy of,
although much of git-annex already does so.
2012-10-19 14:25:15 -04:00
..
Branch.hs
BranchState.hs
CatFile.hs
CheckAttr.hs
Content.hs
Exception.hs
Journal.hs
LockPool.hs
Perms.hs
Queue.hs
Ssh.hs
UUID.hs
Version.hs
Wanted.hs