Java org.eclipse.jgit.revwalk RevWalkUtils fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.revwalk RevWalkUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.revwalk RevWalkUtils.

The text is from its open source code.

Method

intcount(final RevWalk walk, final RevCommit start, final RevCommit end)
Count the number of commits that are reachable from start until a commit that is reachable from end is encountered.
Listfind(final RevWalk walk, final RevCommit start, final RevCommit end)
Find commits that are reachable from start until a commit that is reachable from end is encountered.
ListfindBranchesReachableFrom(RevCommit commit, RevWalk revWalk, Collection refs)
Find the list of branches a given commit is reachable from when following parents.