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.139
1 files changed, 34 insertions, 5 deletions
diff --git a/man1/git-config.1 b/man1/git-config.1
index 91dc78e24..70021a891 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: 2024-03-25
+.\" Date: 2024-03-28
.\" Manual: Git Manual
-.\" Source: Git 2.44.0.368.gc75fd8d815
+.\" Source: Git 2.44.0.413.gd6fd04375f
.\" Language: English
.\"
-.TH "GIT\-CONFIG" "1" "2024\-03\-25" "Git 2\&.44\&.0\&.368\&.gc75fd8" "Git Manual"
+.TH "GIT\-CONFIG" "1" "2024\-03\-28" "Git 2\&.44\&.0\&.413\&.gd6fd04" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -3929,13 +3929,27 @@ compares two non\-git things (1) and (2)\&.
.RE
.RE
.PP
-diff\&.noprefix
+diff\&.noPrefix
.RS 4
If set,
\fIgit diff\fR
does not show any source or destination prefix\&.
.RE
.PP
+diff\&.srcPrefix
+.RS 4
+If set,
+\fIgit diff\fR
+uses this source prefix\&. Defaults to "a/"\&.
+.RE
+.PP
+diff\&.dstPrefix
+.RS 4
+If set,
+\fIgit diff\fR
+uses this destination prefix\&. Defaults to "b/"\&.
+.RE
+.PP
diff\&.relative
.RS 4
If set to
@@ -4324,6 +4338,14 @@ or
\fBgit-clone\fR(1)\&. Trying to change it after initialization will not work and will produce hard\-to\-diagnose issues\&.
.RE
.PP
+extensions\&.compatObjectFormat
+.RS 4
+Specify a compatitbility hash algorithm to use\&. The acceptable values are
+\fBsha1\fR
+and
+\fBsha256\fR\&. The value specified must be different from the value of extensions\&.objectFormat\&. This allows client level interoperability between git repositories whose objectFormat matches this compatObjectFormat\&. In particular when fully implemented the pushes and pulls from a repository in whose objectFormat matches compatObjectFormat\&. As well as being able to use oids encoded in compatObjectFormat in addition to oids encoded with objectFormat to locally specify objects\&.
+.RE
+.PP
extensions\&.refStorage
.RS 4
Specify the ref storage format to use\&. The acceptable values are:
@@ -9184,7 +9206,14 @@ show files which are not currently tracked by Git\&. Directories which contain o
.RE
.sp
If this variable is not specified, it defaults to
-\fInormal\fR\&. This variable can be overridden with the \-u|\-\-untracked\-files option of
+\fInormal\fR\&. All usual spellings for Boolean value
+\fBtrue\fR
+are taken as
+\fBnormal\fR
+and
+\fBfalse\fR
+as
+\fBno\fR\&. This variable can be overridden with the \-u|\-\-untracked\-files option of
\fBgit-status\fR(1)
and
\fBgit-commit\fR(1)\&.