The ssh-options git config is now used by gcrypt, rsync, and ddar special remotes that use ssh as a transport.
This commit is contained in:
parent
52e40970c8
commit
5be7ba7ee5
7 changed files with 57 additions and 45 deletions
|
@ -15,6 +15,7 @@ module Types.GitConfig (
|
|||
import Common
|
||||
import qualified Git
|
||||
import qualified Git.Config
|
||||
import qualified Git.Construct
|
||||
import Utility.DataUnits
|
||||
import Config.Cost
|
||||
import Types.Distribution
|
||||
|
@ -193,3 +194,5 @@ notempty Nothing = Nothing
|
|||
notempty (Just "") = Nothing
|
||||
notempty (Just s) = Just s
|
||||
|
||||
instance Default RemoteGitConfig where
|
||||
def = extractRemoteGitConfig Git.Construct.fromUnknown "dummy"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue