Метод | Описание | |
---|---|---|
CheckoutFilesIfExist ( this repository ) : void | ||
CommitsPriorToThan ( this branch, DateTimeOffset olderThan ) : IEnumerable |
||
ExcludingBranches ( [ |
Exclude the given branches (by value equality according to friendly name).
|
|
ExcludingBranches ( [ |
Exclude the given branches (by value equality according to friendly name).
|
|
GetRepositoryDirectory ( this repository, bool omitGitPostFix = true ) : string | ||
IsDetachedHead ( this branch ) : bool | ||
IsSameBranch ( this branch, Branch otherBranch ) : bool |
Checks if the two branch objects refer to the same branch (have the same friendly name).
|
|
PeeledTarget ( this tag ) : GitObject | ||
When ( this commit ) : DateTimeOffset |
public static CheckoutFilesIfExist ( this repository ) : void | ||
repository | this | |
Результат | void |
public static CommitsPriorToThan ( this branch, DateTimeOffset olderThan ) : IEnumerable |
||
branch | this | |
olderThan | DateTimeOffset | |
Результат | IEnumerable |
public static ExcludingBranches ( [ |
||
branches | [ |
|
branchesToExclude | [ |
|
Результат | IEnumerable |
public static ExcludingBranches ( [ |
||
branches | [ |
|
branchesToExclude | [ |
|
Результат | IEnumerable |
public static GetRepositoryDirectory ( this repository, bool omitGitPostFix = true ) : string | ||
repository | this | |
omitGitPostFix | bool | |
Результат | string |
public static IsDetachedHead ( this branch ) : bool | ||
branch | this | |
Результат | bool |
public static IsSameBranch ( this branch, Branch otherBranch ) : bool | ||
branch | this | |
otherBranch | Branch | |
Результат | bool |
public static PeeledTarget ( this tag ) : GitObject | ||
tag | this | |
Результат | GitObject |
public static When ( this commit ) : DateTimeOffset | ||
commit | this | |
Результат | DateTimeOffset |