Uses of Class
org.eclipse.jgit.revwalk.RevCommitList
-
Packages that use RevCommitList Package Description org.eclipse.jgit.awtui org.eclipse.jgit.revplot Building/rendering revision graphs.org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of RevCommitList in org.eclipse.jgit.awtui
Subclasses of RevCommitList in org.eclipse.jgit.awtui Modifier and Type Class Description (package private) class
SwingCommitList
-
Uses of RevCommitList in org.eclipse.jgit.revplot
Subclasses of RevCommitList in org.eclipse.jgit.revplot Modifier and Type Class Description class
PlotCommitList<L extends PlotLane>
An ordered list ofPlotCommit
subclasses. -
Uses of RevCommitList in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as RevCommitList Modifier and Type Field Description private RevCommitList<RevCommit>
BasePackFetchConnection. reachableCommits
All commits that are immediately reachable by a local ref.
-