Method | Description | |
---|---|---|
ConvertToRevisionId ( this commit ) : |
||
ConvertToRevisionInfo ( this commit, Repository repository ) : |
||
GetAuthorTime ( this commit ) : System.DateTime | ||
GetComment ( this commit ) : string | ||
GetCommitTime ( this commit ) : System.DateTime | ||
GetFileContent ( this commit, string path, Repository repository ) : string |
Method | Description | |
---|---|---|
ConvertToRevisionEntryInfo ( NGit.Diff.DiffEntry difference ) : |
||
GetAction ( NGit.Diff.DiffEntry changeType ) : FileActionEnum | ||
GetDiffEntries ( this commit, Repository repository ) : IEnumerable |
||
GetEntriesEnc ( this commit, Repository repository ) : Tp.SourceControl.VersionControlSystem.RevisionEntryInfo[] | ||
Path ( NGit.Diff.DiffEntry difference ) : string |
public static ConvertToRevisionId ( this commit ) : |
||
commit | this | |
return |
public static ConvertToRevisionInfo ( this commit, Repository repository ) : |
||
commit | this | |
repository | Repository | |
return |
public static GetAuthorTime ( this commit ) : System.DateTime | ||
commit | this | |
return | System.DateTime |
public static GetComment ( this commit ) : string | ||
commit | this | |
return | string |
public static GetCommitTime ( this commit ) : System.DateTime | ||
commit | this | |
return | System.DateTime |
public static GetFileContent ( this commit, string path, Repository repository ) : string | ||
commit | this | |
path | string | |
repository | Repository | |
return | string |