Method | Description | |
---|---|---|
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 ) : |
Gets the commit info.
|
Method | Description | |
---|---|---|
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 |
public static GetAllBranchesWhichContainGivenCommit ( string sha1 ) : IEnumerable |
||
sha1 | string | The sha1. |
return | IEnumerable |
public static GetAllTagsWhichContainGivenCommit ( string sha1 ) : IEnumerable |
||
sha1 | string | The sha1. |
return | IEnumerable |
public static GetCommitInfo ( string sha1 ) : |
||
sha1 | string | The sha1. |
return |