avoid double work in git-annex init
authorJoey Hess <joeyh@joeyh.name>
Mon, 7 Jun 2021 20:50:14 +0000 (16:50 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 7 Jun 2021 20:50:14 +0000 (16:50 -0400)
commit0f10f208a7c76061b7d48aaa7ea0fa8e641cace3
tree76bbc50beb92422ae9b1c44cd0520366bcd20c83
parent6ceb31a30a52775f9a5e752f9f6221762d73a47e
avoid double work in git-annex init

reconcileStaged was doing a redundant scan to scannAnnexedFiles.

It would probably make sense to move the body of scannAnnexedFiles
into reconcileStaged, the separation does not really serve any purpose.

Sponsored-by: Dartmouth College's Datalad project
Annex/WorkTree.hs
Database/Keys.hs
doc/bugs/significant_performance_regression_impacting_datal/comment_4_85d1031d2b51c0fc1271c283d8ee7888._comment [new file with mode: 0644]
doc/bugs/significant_performance_regression_impacting_datal/comment_5_b0f1e94e96cf8fe992425cf81f8d1105._comment [new file with mode: 0644]
doc/todo/Avoid_lengthy___34__Scanning_for_unlocked_files_...__34__/comment_20_e9a36e9600561201969c4d21499833af._comment [new file with mode: 0644]