summaryrefslogtreecommitdiffstats
path: root/man1/git-config.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-config.1')
-rw-r--r--man1/git-config.126
1 files changed, 23 insertions, 3 deletions
diff --git a/man1/git-config.1 b/man1/git-config.1
index e3cbbde57..13df5b478 100644
--- a/man1/git-config.1
+++ b/man1/git-config.1
@@ -2,12 +2,12 @@
.\" Title: git-config
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 10/11/2022
+.\" Date: 10/17/2022
.\" Manual: Git Manual
-.\" Source: Git 2.38.0.83.gd420dda057
+.\" Source: Git 2.38.0.118.g4732897cf0
.\" Language: English
.\"
-.TH "GIT\-CONFIG" "1" "10/11/2022" "Git 2\&.38\&.0\&.83\&.gd420dda" "Git Manual"
+.TH "GIT\-CONFIG" "1" "10/17/2022" "Git 2\&.38\&.0\&.118\&.g473289" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -4770,6 +4770,26 @@ configuration if they aren\(cqt set\&. To uniformly configure the same fsck sett
Older versions of Git (before 2\&.20) documented that the object names list should be sorted\&. This was never a requirement, the object names could appear in any order, but when reading the list we tracked whether the list was sorted for the purposes of an internal binary search implementation, which could save itself some work with an already sorted list\&. Unless you had a humongous list there was no reason to go out of your way to pre\-sort the list\&. After Git version 2\&.20 a hash implementation is used instead, so there\(cqs now no reason to pre\-sort the list\&.
.RE
.PP
+fsmonitor\&.allowRemote
+.RS 4
+By default, the fsmonitor daemon refuses to work against network\-mounted repositories\&. Setting
+\fBfsmonitor\&.allowRemote\fR
+to
+\fBtrue\fR
+overrides this behavior\&. Only respected when
+\fBcore\&.fsmonitor\fR
+is set to
+\fBtrue\fR\&.
+.RE
+.PP
+fsmonitor\&.socketDir
+.RS 4
+This Mac OS\-specific option, if set, specifies the directory in which to create the Unix domain socket used for communication between the fsmonitor daemon and various Git commands\&. The directory must reside on a native Mac OS filesystem\&. Only respected when
+\fBcore\&.fsmonitor\fR
+is set to
+\fBtrue\fR\&.
+.RE
+.PP
gc\&.aggressiveDepth
.RS 4
The depth parameter used in the delta compression algorithm used by