avoid counting size of keys that are in the journal twice
authorJoey Hess <joeyh@joeyh.name>
Tue, 13 Aug 2024 17:23:39 +0000 (13:23 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 13 Aug 2024 17:23:39 +0000 (13:23 -0400)
commit5afbea25e7751a8841ac42db3822b81ea68f31c1
tree149454c456e4bf751e851a6233105114617dfa99
parent467d80101a72816adb8fb28fdb4db4177c407436
avoid counting size of keys that are in the journal twice

In calcRepoSizes and also git-annex info, when a key was in the journal,
it was passed to the callback twice, so the calculated size was wrong.
Annex/Branch.hs
Annex/RepoSize.hs
CmdLine/Seek.hs
Command/Info.hs
Database/ImportFeed.hs
Logs/Location.hs