avoid changing git-annex info behavior
authorJoey Hess <joeyh@joeyh.name>
Tue, 13 Aug 2024 18:15:43 +0000 (14:15 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 13 Aug 2024 18:17:20 +0000 (14:17 -0400)
commitf612ebb9340a3e0ad3820fa601200d8ae2c24bc5
treea66218aa5a4aaa9a9d5f3b8b30ca779e9f61f98e
parenta979d8da41d25cef8b60ba42af5df17f7e6d9a35
avoid changing git-annex info behavior

5afbea25e7751a8841ac42db3822b81ea68f31c1 changed it to ignore journal
files that did not correspond to a key in the git-annex branch. However,
when there is a private journal, that can happen.

Neither behavior is fully correct, so keep the old incorrect behavior
rather than introducing a new differently incorrect behavior.

I plan to eventually make git-annex info use Annex.reposizes instead of
calculating it itself, and once Annex.reposizes handles this all
correctly, this will be a moot problem.
Command/Info.hs