new fromkey subcommand, for registering urls, etc
had to redo Annex monad's flag storage
This commit is contained in:
parent
a68e36f518
commit
19fde4960d
13 changed files with 179 additions and 55 deletions
5
Core.hs
5
Core.hs
|
@ -18,9 +18,8 @@ import qualified Annex
|
|||
import Utility
|
||||
|
||||
{- Sets up a git repo for git-annex. -}
|
||||
startup :: [Flag] -> Annex ()
|
||||
startup flags = do
|
||||
mapM (\f -> Annex.flagChange f True) flags
|
||||
startup :: Annex ()
|
||||
startup = do
|
||||
g <- Annex.gitRepo
|
||||
liftIO $ gitAttributes g
|
||||
prepUUID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue