Свойство | Тип | Описание | |
---|---|---|---|
Module |
Метод | Описание | |
---|---|---|
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, |
Метод | Описание | |
---|---|---|
BeforeProcessStart ( ) : void | ||
DataReceived ( object sender, TextEventArgs e ) : void | ||
FormRemoteProcess ( ) : System | ||
HandleOnExit ( bool &isError ) : bool |
public static AskForCacheHostkey ( IWin32Window owner, |
||
owner | IWin32Window | |
module | ||
remoteUrl | string | |
Результат | bool |
protected DataReceived ( object sender, TextEventArgs e ) : void | ||
sender | object | |
e | TextEventArgs | |
Результат | void |
public FormRemoteProcess ( |
||
module | ||
arguments | string | |
Результат | System |
public FormRemoteProcess ( |
||
module | ||
process | string | |
arguments | string | |
Результат | System |
protected HandleOnExit ( bool &isError ) : bool | ||
isError | bool | |
Результат | bool |
public SetUrlTryingToConnect ( string url ) : void | ||
url | string | |
Результат | void |
public static ShowDialog ( GitUI.GitModuleForm owner, string arguments ) : bool | ||
owner | GitUI.GitModuleForm | |
arguments | string | |
Результат | bool |
public static ShowDialog ( IWin32Window owner, |
||
owner | IWin32Window | |
module | ||
arguments | string | |
Результат | bool |