git-annex/Annex/Content
Joey Hess 73e0cbbb19
fix problem populating pointer files
This is a result of an audit of every use of getInodeCaches,
to find places that misbehave when the annex object is not in the inode
cache, despite pointer files for the same key being in the inode cache.

Unfortunately, that is the case for objects that were in v7 repos that
upgraded to v8. Added a note about this gotcha to getInodeCaches.

Database.Keys.reconcileStaged, then annex.thin is set, would fail to
populate pointer files in this situation. Changed it to check if the
annex object is unmodified the same way inAnnex does, falling back to a
checksum if the inode cache is not recorded.

Sponsored-by: Dartmouth College's Datalad project
2021-07-27 14:26:49 -04:00
..
Presence fix problem populating pointer files 2021-07-27 14:26:49 -04:00
LowLevel.hs finish fixing removeLink on windows 2020-11-24 13:20:44 -04:00
PointerFile.hs finish fixing removeLink on windows 2020-11-24 13:20:44 -04:00
Presence.hs fix problem populating pointer files 2021-07-27 14:26:49 -04:00