git-annex/RemoteDaemon
Joey Hess 5a081fc246
plumb remoteList through to removeAnnex
This is groundwork for a annex.trashbin feature.

Annex.Content cannot import Remote.List due to cyclic dependencies, so
instead all calls need to pass in an action to get the remote list.

In the case of Remote.*, it's also not possible for them to import
Remote.List. Using Annex.remotes there on the same grounds as some prior
uses; in order for a Remote to call the code that uses Annex.remotes,
the remote list must have already been populated.
2025-12-11 15:03:06 -04:00
..
Transport plumb remoteList through to removeAnnex 2025-12-11 15:03:06 -04:00
Common.hs Apply codespell -w throughout 2023-03-17 15:14:58 -04:00
Core.hs filter out control characters in error messages 2023-04-10 13:50:51 -04:00
Transport.hs remotedaemon support for generic P2P transports 2025-07-31 14:45:32 -04:00
Types.hs remove unused import 2023-08-28 12:35:57 -04:00