lint
This commit is contained in:
parent
b327227ba5
commit
637b5feb45
26 changed files with 71 additions and 102 deletions
|
@ -18,7 +18,7 @@ setConfig :: ConfigKey -> String -> Annex ()
|
|||
setConfig k value = do
|
||||
inRepo $ Git.run "config" [Param k, Param value]
|
||||
-- re-read git config and update the repo's state
|
||||
newg <- inRepo $ Git.configRead
|
||||
newg <- inRepo Git.configRead
|
||||
Annex.changeState $ \s -> s { Annex.repo = newg }
|
||||
|
||||
{- Looks up a per-remote config setting in git config.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue