Property | Type | Description | |
---|---|---|---|
Module |
Method | Description | |
---|---|---|
AskForCacheHostkey ( IWin32Window owner, |
||
FormRemoteProcess ( |
||
FormRemoteProcess ( |
||
SetUrlTryingToConnect ( string url ) : void |
When cloning a remote using putty, sometimes an error occurs that the fingerprint is not known. This is fixed by trying to connect from the command line, and choose yes when asked for storing the fingerpring. Just a dirty fix...
|
|
ShowDialog ( GitUI.GitModuleForm owner, string arguments ) : bool | ||
ShowDialog ( IWin32Window owner, |
Method | Description | |
---|---|---|
BeforeProcessStart ( ) : void | ||
DataReceived ( object sender, TextEventArgs e ) : void | ||
FormRemoteProcess ( ) : System | ||
HandleOnExit ( bool &isError ) : bool |
public static AskForCacheHostkey ( IWin32Window owner, |
||
owner | IWin32Window | |
module | ||
remoteUrl | string | |
return | bool |
protected DataReceived ( object sender, TextEventArgs e ) : void | ||
sender | object | |
e | TextEventArgs | |
return | void |
public FormRemoteProcess ( |
||
module | ||
arguments | string | |
return | System |
public FormRemoteProcess ( |
||
module | ||
process | string | |
arguments | string | |
return | System |
protected HandleOnExit ( bool &isError ) : bool | ||
isError | bool | |
return | bool |
public SetUrlTryingToConnect ( string url ) : void | ||
url | string | |
return | void |
public static ShowDialog ( GitUI.GitModuleForm owner, string arguments ) : bool | ||
owner | GitUI.GitModuleForm | |
arguments | string | |
return | bool |
public static ShowDialog ( IWin32Window owner, |
||
owner | IWin32Window | |
module | ||
arguments | string | |
return | bool |