In .gitattributes, the git-annex-numcopies attribute can be used to control the number of copies to retain of different types of files.
This commit is contained in:
parent
92e5d28ca8
commit
653ad35a9f
14 changed files with 87 additions and 75 deletions
|
@ -30,9 +30,7 @@ start s = do
|
|||
Just key -> do
|
||||
showStart "dropunused" s
|
||||
backend <- keyBackend key
|
||||
-- force drop, even if this is the only copy
|
||||
Annex.flagChange "force" $ FlagBool True
|
||||
return $ Just $ Command.Drop.perform key backend
|
||||
return $ Just $ Command.Drop.perform key backend (Just 0)
|
||||
|
||||
readUnusedLog :: Annex (M.Map String Key)
|
||||
readUnusedLog = do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue