reorg
This commit is contained in:
parent
0ef282a116
commit
f7cdc40f7b
14 changed files with 91 additions and 77 deletions
|
@ -79,7 +79,6 @@ extractGitConfig r = GitConfig
|
|||
, gcryptId = getmaybe "core.gcrypt-id"
|
||||
}
|
||||
where
|
||||
get k def = fromMaybe def $ getmayberead k
|
||||
getbool k def = fromMaybe def $ getmaybebool k
|
||||
getmaybebool k = Git.Config.isTrue =<< getmaybe k
|
||||
getmayberead k = readish =<< getmaybe k
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue