findcomputed: New command, displays information about computed files.

This commit is contained in:
Joey Hess 2025-03-18 12:55:48 -04:00
parent 1b23823787
commit bcfd554a0f
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
10 changed files with 188 additions and 15 deletions

View file

@ -55,8 +55,8 @@ remoteLocations' (IncludeIgnored ii) locations trusted rs = do
-- remotes that match uuids that have the key
allremotes <- if not ii
then filterM (not <$$> liftIO . getDynamicConfig . remoteAnnexIgnore . gitconfig) rs
else return rs
then filterM (not <$$> liftIO . getDynamicConfig . remoteAnnexIgnore . gitconfig) rs
else return rs
let validremotes = remotesWithUUID allremotes locations
return (sortBy (comparing cost) validremotes, validtrustedlocations)