From b14b041bfa448dff6a486b3e04910741732b8c0e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 9 Jul 2013 12:05:56 -0400 Subject: Make --numcopies override annex.numcopies set in .gitattributes. --- Annex.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Annex.hs') diff --git a/Annex.hs b/Annex.hs index 2f0f7f5dc..e15d31e72 100644 --- a/Annex.hs +++ b/Annex.hs @@ -92,6 +92,7 @@ data AnnexState = AnnexState , catfilehandles :: M.Map FilePath CatFileHandle , checkattrhandle :: Maybe CheckAttrHandle , forcebackend :: Maybe String + , forcenumcopies :: Maybe Int , limit :: Matcher (FileInfo -> Annex Bool) , uuidmap :: Maybe UUIDMap , preferredcontentmap :: Maybe PreferredContentMap @@ -123,6 +124,7 @@ newState gitrepo = AnnexState , catfilehandles = M.empty , checkattrhandle = Nothing , forcebackend = Nothing + , forcenumcopies = Nothing , limit = Left [] , uuidmap = Nothing , preferredcontentmap = Nothing -- cgit v1.2.3