include git-annex-shell back in
Also pushed ConfigKey down into the Git modules, which is the bulk of the changes.
This commit is contained in:
parent
65b88a0b99
commit
f3047d7186
26 changed files with 101 additions and 82 deletions
|
@ -46,7 +46,7 @@ setIndirect = do
|
|||
-- unset it when enabling direct mode, caching in
|
||||
-- core.indirect-worktree
|
||||
moveconfig indirectworktree coreworktree
|
||||
setConfig (ConfigKey Git.Config.coreBare) val
|
||||
setConfig Git.Config.coreBare val
|
||||
moveconfig src dest = getConfigMaybe src >>= \case
|
||||
Nothing -> noop
|
||||
Just wt -> do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue