sync content with import remotes
authorJoey Hess <joeyh@joeyh.name>
Thu, 1 Jun 2023 22:52:19 +0000 (18:52 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 1 Jun 2023 22:52:19 +0000 (18:52 -0400)
commitf6dd34ca817bdf38d7b8d79be3ed626a266e3232
tree4f03f5e13c65618092e3fafac4fa5859237423c1
parent92e4ed3cc090df9d91d6f012a66d779c27d92258
sync content with import remotes

This didn't used to be needed because importKeys would import all
content and so doing another pass was redundant.

But since 40017089f268391f79226592850b58855cdbf808 it uses
importChanges, so only new files are imported. If a file that was
already imported before was dropped, that would prevent sync --content
from gettng its content again.

Sponsored-by: Jack Hill on Patreon
Command/Sync.hs