--backend now overrides any backend configured in .gitattributes files.

This commit is contained in:
Joey Hess 2011-05-18 19:34:46 -04:00
parent dd44e53c0c
commit cd83541872
4 changed files with 17 additions and 9 deletions

View file

@ -38,7 +38,7 @@ data AnnexState = AnnexState
, quiet :: Bool
, force :: Bool
, fast :: Bool
, defaultbackend :: Maybe String
, forcebackend :: Maybe String
, defaultkey :: Maybe String
, toremote :: Maybe String
, fromremote :: Maybe String
@ -56,7 +56,7 @@ newState gitrepo allbackends = AnnexState
, quiet = False
, force = False
, fast = False
, defaultbackend = Nothing
, forcebackend = Nothing
, defaultkey = Nothing
, toremote = Nothing
, fromremote = Nothing