Package org.eclipse.jgit.internal.storage.commitgraph


package org.eclipse.jgit.internal.storage.commitgraph
  • Class
    Description
    A changed path filter for a commit.
    The CommitGraph is a supplemental data structure that accelerates commit graph walks.
    Metadata of a commit in commit data chunk.
    Thrown when a commit-graph file's format is different from we expected
    The loader returns the representation of the commit-graph file content.
    Writes a commit-graph formatted file.
    Statistics collected during a single commit graph write.
    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.