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
|
@ -28,7 +28,6 @@ import System.Posix.User
|
|||
#endif
|
||||
import qualified Data.Map as M
|
||||
import Network.URI
|
||||
import qualified Data.ByteString as S
|
||||
|
||||
import Common
|
||||
import Git.Types
|
||||
|
@ -139,7 +138,7 @@ remoteNamed n constructor = do
|
|||
|
||||
{- Sets the name of a remote based on the git config key, such as
|
||||
- "remote.foo.url". -}
|
||||
remoteNamedFromKey :: S.ByteString -> IO Repo -> IO Repo
|
||||
remoteNamedFromKey :: ConfigKey -> IO Repo -> IO Repo
|
||||
remoteNamedFromKey = remoteNamed . remoteKeyToRemoteName
|
||||
|
||||
{- Constructs a new Repo for one of a Repo's remotes using a given
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue