findcomputed: New command, displays information about computed files.
This commit is contained in:
parent
1b23823787
commit
bcfd554a0f
10 changed files with 188 additions and 15 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue