Метод | Описание | |
---|---|---|
BeginUpdateSilently ( ) : void | ||
Commit ( ) : void | ||
GetRepositoryCommitedRevision ( ) : int | ||
GetRepositoryHeadRevision ( ) : int | ||
GetStatus ( ) : ScmRepositoryStatus | ||
GitRepository ( string path ) : System | ||
IsGitRepositoryDir ( string dir ) : bool | ||
OpenChangeLogWindow ( bool updateRevisions ) : void | ||
OpenFetchWindow ( ) : void | ||
OpenLogWindow ( ) : void | ||
Update ( bool updateAll ) : void |
This method waits until updating will finish
|
Метод | Описание | |
---|---|---|
GitRepository ( ) : System | ||
IsGitExtensions ( string path ) : bool | ||
IsNeedUpdate ( string str ) : bool | ||
IsTortoiseGit ( string path ) : bool | ||
isModified ( string response ) : bool |
public GetRepositoryCommitedRevision ( ) : int | ||
Результат | int |
public GetRepositoryHeadRevision ( ) : int | ||
Результат | int |
public GetStatus ( ) : ScmRepositoryStatus | ||
Результат | ScmRepositoryStatus |
public GitRepository ( string path ) : System | ||
path | string | |
Результат | System |
public static IsGitRepositoryDir ( string dir ) : bool | ||
dir | string | |
Результат | bool |
public OpenChangeLogWindow ( bool updateRevisions ) : void | ||
updateRevisions | bool | |
Результат | void |