Uses of Package
org.eclipse.jgit.internal.storage.commitgraph
-
Packages that use org.eclipse.jgit.internal.storage.commitgraph Package Description org.eclipse.jgit.internal.storage.commitgraph org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage.org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
Classes in org.eclipse.jgit.internal.storage.commitgraph used by org.eclipse.jgit.internal.storage.commitgraph Class Description CommitGraph The CommitGraph is a supplemental data structure that accelerates commit graph walks.CommitGraph.CommitData Metadata of a commit in commit data chunk.CommitGraphFormatException Thrown when a commit-graph file's format is different from we expectedGraphCommits The commits which are used by the commit-graph writer to: List commits in SHA1 order. Get the position of a specific SHA1 in the list. -
Classes in org.eclipse.jgit.internal.storage.commitgraph used by org.eclipse.jgit.internal.storage.dfs Class Description CommitGraph The CommitGraph is a supplemental data structure that accelerates commit graph walks. -
Classes in org.eclipse.jgit.internal.storage.commitgraph used by org.eclipse.jgit.internal.storage.file Class Description CommitGraph The CommitGraph is a supplemental data structure that accelerates commit graph walks. -
Classes in org.eclipse.jgit.internal.storage.commitgraph used by org.eclipse.jgit.lib Class Description CommitGraph The CommitGraph is a supplemental data structure that accelerates commit graph walks.