For more information on the search, visit the help page.
CommitGraphChunk
__init__
__repr__
chunk_id
data
commit_graph
CommitGraph
CommitGraphEntry
find_commit_graph_file
generate_commit_graph
get_reachable_commits
read_commit_graph
write_commit_graph
CHUNK_BASE_GRAPHS_LIST
CHUNK_BLOOM_FILTER_DATA
CHUNK_BLOOM_FILTER_INDEX
CHUNK_COMMIT_DATA
CHUNK_EXTRA_EDGE_LIST
CHUNK_GENERATION_DATA
CHUNK_GENERATION_DATA_OVERFLOW
CHUNK_OID_FANOUT
CHUNK_OID_LOOKUP
COMMIT_GRAPH_SIGNATURE
COMMIT_GRAPH_VERSION
GENERATION_NUMBER_INFINITY
GENERATION_NUMBER_V1_MAX
GENERATION_NUMBER_ZERO
GRAPH_EXTRA_EDGES_NEEDED
GRAPH_LAST_EDGE
GRAPH_PARENT_MISSING
GRAPH_PARENT_NONE
HASH_VERSION_SHA1
HASH_VERSION_SHA256
dulwich.commit_graph.CommitGraphChunk
dulwich
class CommitGraphChunk:
Constructor: CommitGraphChunk(chunk_id, data)
CommitGraphChunk(chunk_id, data)
View In Hierarchy
Represents a chunk in the commit graph file.
bytes
Initialize CommitGraphChunk.
str
Return string representation of CommitGraphChunk.
Undocumented