C# 클래스 GitCommands.CommitInformation

파일 보기 프로젝트 열기: bleis-tift/gitextensions 1 사용 예제들

공개 메소드들

메소드 설명
GetAllBranchesWhichContainGivenCommit ( string sha1 ) : IEnumerable

Gets all branches which contain the given commit.

GetAllTagsWhichContainGivenCommit ( string sha1 ) : IEnumerable

Gets all tags which contain the given commit.

GetCommitInfo ( string sha1 ) : CommitInformation

Gets the commit info.

비공개 메소드들

메소드 설명
CommitInformation ( string header, string body ) : System

Private constructor

GetField ( string data, string header ) : string
IndexOfValue ( string data, string header ) : int
LengthOfValue ( string data, int valueIndex ) : int
RemoveField ( string data, string header ) : string
RemoveRedundancies ( string info ) : string

메소드 상세

GetAllBranchesWhichContainGivenCommit() 공개 정적인 메소드

Gets all branches which contain the given commit.
public static GetAllBranchesWhichContainGivenCommit ( string sha1 ) : IEnumerable
sha1 string The sha1.
리턴 IEnumerable

GetAllTagsWhichContainGivenCommit() 공개 정적인 메소드

Gets all tags which contain the given commit.
public static GetAllTagsWhichContainGivenCommit ( string sha1 ) : IEnumerable
sha1 string The sha1.
리턴 IEnumerable

GetCommitInfo() 공개 정적인 메소드

Gets the commit info.
public static GetCommitInfo ( string sha1 ) : CommitInformation
sha1 string The sha1.
리턴 CommitInformation