From 653ad35a9f728ed5b3e9b557cdfb15a19b4afe16 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 28 Nov 2010 15:28:20 -0400 Subject: In .gitattributes, the git-annex-numcopies attribute can be used to control the number of copies to retain of different types of files. --- Command/DropUnused.hs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Command/DropUnused.hs') diff --git a/Command/DropUnused.hs b/Command/DropUnused.hs index e8b8d43c4..016a9faa7 100644 --- a/Command/DropUnused.hs +++ b/Command/DropUnused.hs @@ -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 -- cgit v1.2.3