summaryrefslogtreecommitdiffstats
path: root/man1/git-commit-graph.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-commit-graph.1')
-rw-r--r--man1/git-commit-graph.131
1 files changed, 28 insertions, 3 deletions
diff --git a/man1/git-commit-graph.1 b/man1/git-commit-graph.1
index 0da11de6c..41f85b9c7 100644
--- a/man1/git-commit-graph.1
+++ b/man1/git-commit-graph.1
@@ -2,12 +2,12 @@
.\" Title: git-commit-graph
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 09/13/2022
+.\" Date: 09/14/2022
.\" Manual: Git Manual
-.\" Source: Git 2.37.3.611.ge188ec3a73
+.\" Source: Git 2.37.3.662.g36f8e7ed7d
.\" Language: English
.\"
-.TH "GIT\-COMMIT\-GRAPH" "1" "09/13/2022" "Git 2\&.37\&.3\&.611\&.ge188ec" "Git Manual"
+.TH "GIT\-COMMIT\-GRAPH" "1" "09/14/2022" "Git 2\&.37\&.3\&.662\&.g36f8e7" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -283,6 +283,31 @@ $ git rev\-parse HEAD | git commit\-graph write \-\-stdin\-commits \-\-append
.\}
.sp
.RE
+.SH "CONFIGURATION"
+.sp
+Everything below this line in this section is selectively included from the \fBgit-config\fR(1) documentation\&. The content is the same as what\(cqs found there:
+.PP
+commitGraph\&.generationVersion
+.RS 4
+Specifies the type of generation number version to use when writing or reading the commit\-graph file\&. If version 1 is specified, then the corrected commit dates will not be written or read\&. Defaults to 2\&.
+.RE
+.PP
+commitGraph\&.maxNewFilters
+.RS 4
+Specifies the default value for the
+\fB\-\-max\-new\-filters\fR
+option of
+\fBgit commit\-graph write\fR
+(c\&.f\&.,
+\fBgit-commit-graph\fR(1))\&.
+.RE
+.PP
+commitGraph\&.readChangedPaths
+.RS 4
+If true, then git will use the changed\-path Bloom filters in the commit\-graph file (if it exists, and they are present)\&. Defaults to true\&. See
+\fBgit-commit-graph\fR(1)
+for more information\&.
+.RE
.SH "FILE FORMAT"
.sp
see \fBgitformat-commit-graph\fR(5)\&.