Method | Description | |
---|---|---|
GetGitDiffFor ( ITextDocument textDocument, ITextSnapshot snapshot ) : IEnumerable |
||
GetGitRepository ( string path ) : string | ||
GetGitWorkingCopy ( string path ) : string | ||
IsGitRepository ( string path ) : bool | ||
StartExternalDiff ( ITextDocument textDocument ) : void |
Method | Description | |
---|---|---|
GetCompleteContent ( ITextDocument textDocument, ITextSnapshot snapshot ) : byte[] | ||
GitCommands ( SVsServiceProvider serviceProvider ) : System |
public GetGitDiffFor ( ITextDocument textDocument, ITextSnapshot snapshot ) : IEnumerable |
||
textDocument | ITextDocument | |
snapshot | ITextSnapshot | |
return | IEnumerable |
public GetGitRepository ( string path ) : string | ||
path | string | |
return | string |
public GetGitWorkingCopy ( string path ) : string | ||
path | string | |
return | string |
public IsGitRepository ( string path ) : bool | ||
path | string | |
return | bool |
public StartExternalDiff ( ITextDocument textDocument ) : void | ||
textDocument | ITextDocument | |
return | void |