summaryrefslogtreecommitdiffstats
path: root/man5/gitformat-commit-graph.5
diff options
context:
space:
mode:
Diffstat (limited to 'man5/gitformat-commit-graph.5')
-rw-r--r--man5/gitformat-commit-graph.512
1 files changed, 6 insertions, 6 deletions
diff --git a/man5/gitformat-commit-graph.5 b/man5/gitformat-commit-graph.5
index 270123827..a249d32b3 100644
--- a/man5/gitformat-commit-graph.5
+++ b/man5/gitformat-commit-graph.5
@@ -2,12 +2,12 @@
.\" Title: gitformat-commit-graph
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 11/04/2022
+.\" Date: 11/11/2022
.\" Manual: Git Manual
-.\" Source: Git 2.38.1.385.g3b08839926
+.\" Source: Git 2.38.1.420.g319605f8f0
.\" Language: English
.\"
-.TH "GITFORMAT\-COMMIT\-G" "5" "11/04/2022" "Git 2\&.38\&.1\&.385\&.g3b0883" "Git Manual"
+.TH "GITFORMAT\-COMMIT\-G" "5" "11/11/2022" "Git 2\&.38\&.1\&.420\&.g319605" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -28,7 +28,7 @@
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
-gitformat-commit-graph \- Git commit graph format
+gitformat-commit-graph \- Git commit\-graph format
.SH "SYNOPSIS"
.sp
.nf
@@ -38,7 +38,7 @@ $GIT_DIR/objects/info/commit\-graphs/*
.sp
.SH "DESCRIPTION"
.sp
-The Git commit graph stores a list of commit OIDs and some associated metadata, including:
+The Git commit\-graph stores a list of commit OIDs and some associated metadata, including:
.sp
.RS 4
.ie n \{\
@@ -96,7 +96,7 @@ The Bloom filter of the commit carrying the paths that were changed between the
.RE
.sp
These positional references are stored as unsigned 32\-bit integers corresponding to the array position within the list of commit OIDs\&. Due to some special constants we use to track parents, we can store at most (1 << 30) + (1 << 29) + (1 << 28) \- 1 (around 1\&.8 billion) commits\&.
-.SH "COMMIT GRAPH FILES HAVE THE FOLLOWING FORMAT:"
+.SH "COMMIT\-GRAPH FILES HAVE THE FOLLOWING FORMAT:"
.sp
In order to allow extensions that add extra data to the graph, we organize the body into "chunks" and provide a binary lookup table at the beginning of the body\&. The header includes certain values, such as number of chunks and hash type\&.
.sp