Summary
Returns all commits reachable from
commit that are also on
branch.
- Namespace
- GitVersion
- Containing Type
- IRepositoryStore
Syntax
IReadOnlyList<ICommit> GetCommitsReacheableFrom(ICommit commit, IBranch branch)
Parameters
Return Value
| Type | Description |
|---|---|
|
IReadOnlyList |