--backend now overrides any backend configured in .gitattributes files.
This commit is contained in:
parent
dd44e53c0c
commit
cd83541872
4 changed files with 17 additions and 9 deletions
4
Annex.hs
4
Annex.hs
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue