Méthode | Description | |
---|---|---|
AddFetchRefSpec ( |
||
AddPushRefSpec ( |
||
AddPushURI ( |
||
AddURI ( |
||
GetAllRemoteConfigs ( RepositoryConfig rc ) : List |
Parse all remote blocks in an existing configuration file, looking for remotes configuration.
|
|
RemoteConfig ( Config rc, string remoteName ) : System | ||
RemoveFetchRefSpec ( |
||
RemovePushRefSpec ( |
||
RemovePushURI ( |
||
RemoveURI ( |
||
SetFetchRefSpecs ( List |
||
SetPushRefSpecs ( List |
||
SetTagOpt ( |
||
Update ( Config rc ) : void |
Méthode | Description | |
---|---|---|
Set ( Config rc, string key, bool currentValue, bool defaultValue ) : void | ||
Set ( Config rc, string key, int currentValue, IEquatable |
||
Set ( Config rc, string key, string currentValue, IEquatable |
||
Unset ( Config rc, string key ) : void |
public AddFetchRefSpec ( |
||
s | ||
Résultat | bool |
public static GetAllRemoteConfigs ( RepositoryConfig rc ) : List |
||
rc | RepositoryConfig | /// The existing configuration to get the remote settings from. /// The configuration must already be loaded into memory. /// |
Résultat | List |
public RemoteConfig ( Config rc, string remoteName ) : System | ||
rc | Config | |
remoteName | string | |
Résultat | System |
public RemoveFetchRefSpec ( |
||
s | ||
Résultat | bool |
public RemovePushRefSpec ( |
||
s | ||
Résultat | bool |
public RemovePushURI ( |
||
toRemove | ||
Résultat | bool |
public RemoveURI ( |
||
toRemove | ||
Résultat | bool |
public SetFetchRefSpecs ( List |
||
specs | List |
|
Résultat | void |
public SetPushRefSpecs ( List |
||
specs | List |
|
Résultat | void |