remove second pass in scanAnnexedFiles
authorJoey Hess <joeyh@joeyh.name>
Fri, 30 Jul 2021 21:46:11 +0000 (17:46 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 30 Jul 2021 21:46:11 +0000 (17:46 -0400)
commit748addbe05c378b0fdca320d9d5720fe7768524f
treea6ece85be0fab384a42bf2902022fc256ddfe0b8
parentc912e7c4fd400f20b83c252befc404147c51fc89
remove second pass in scanAnnexedFiles

The pass was needed to populate files when annex.thin was set,
but in commit 73e0cbbb19703f08daf783d8788370726f852162,
reconcileStaged started to do that. So, this second pass is not needed
any longer.
Annex/Init.hs
Annex/WorkTree.hs
Command/Smudge.hs
Upgrade/V5.hs