Uses of Interface
org.eclipse.jgit.internal.storage.commitgraph.CommitGraph
Packages that use CommitGraph
Package
Description
Distributed file system based repository storage.
File based repository storage.
Core API for repository, config, refs, object database.
-
Uses of CommitGraph in org.eclipse.jgit.internal.storage.commitgraph
Fields in org.eclipse.jgit.internal.storage.commitgraph declared as CommitGraphModifier and TypeFieldDescriptionstatic final CommitGraph
CommitGraph.EMPTY
EmptyCommitGraph
with no results.Methods in org.eclipse.jgit.internal.storage.commitgraph that return CommitGraphModifier and TypeMethodDescriptionstatic CommitGraph
Open an existing commit-graph file for reading.static CommitGraph
CommitGraphLoader.read
(InputStream fd) Read an existing commit-graph file from a buffered stream. -
Uses of CommitGraph in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return CommitGraphModifier and TypeMethodDescriptionDfsPackFile.getCommitGraph
(DfsReader ctx) Get the Commit Graph for this PackFile.Methods in org.eclipse.jgit.internal.storage.dfs that return types with arguments of type CommitGraph -
Uses of CommitGraph in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return types with arguments of type CommitGraph -
Uses of CommitGraph in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return types with arguments of type CommitGraphModifier and TypeMethodDescriptionObjectReader.Filter.getCommitGraph()
ObjectReader.getCommitGraph()
Get the commit-graph for this repository if available.