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.120
1 files changed, 16 insertions, 4 deletions
diff --git a/man1/git-config.1 b/man1/git-config.1
index c75f01a3c..c7435a845 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: 2023-10-23
+.\" Date: 2023-10-29
.\" Manual: Git Manual
-.\" Source: Git 2.42.0.482.g2e8e77cbac
+.\" Source: Git 2.42.0.526.g3130c155df
.\" Language: English
.\"
-.TH "GIT\-CONFIG" "1" "2023\-10\-23" "Git 2\&.42\&.0\&.482\&.g2e8e77" "Git Manual"
+.TH "GIT\-CONFIG" "1" "2023\-10\-29" "Git 2\&.42\&.0\&.526\&.g3130c1" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1532,6 +1532,18 @@ Advice shown when a user tries to create a worktree from an invalid reference, t
.RE
.RE
.PP
+attr\&.tree
+.RS 4
+A reference to a tree in the repository from which to read attributes, instead of the
+\fB\&.gitattributes\fR
+file in the working tree\&. In a bare repository, this defaults to
+\fBHEAD:\&.gitattributes\fR\&. If the value does not resolve to a valid tree object, an empty tree is used instead\&. When the
+\fBGIT_ATTR_SOURCE\fR
+environment variable or
+\fB\-\-attr\-source\fR
+command line option are used, this configuration variable has no effect\&.
+.RE
+.PP
core\&.fileMode
.RS 4
Tells Git if the executable bit of files in the working tree is to be honored\&.
@@ -9505,7 +9517,7 @@ Even if it does, having such data stored "at rest" might expose you in other way
.sp -1
.IP \(bu 2.3
.\}
-The git programs will pass the full URL to one another as arguments on the command\-line, meaning the credentials will be exposed to other users on OS\(cqs or systems that allow other users to see the full process list of other users\&. On linux the "hidepid" setting documented in procfs(5) allows for configuring this behavior\&.
+The git programs will pass the full URL to one another as arguments on the command\-line, meaning the credentials will be exposed to other unprivileged users on systems that allow them to see the full process list of other users\&. On linux the "hidepid" setting documented in procfs(5) allows for configuring this behavior\&.
.sp
If such concerns don\(cqt apply to you then you probably don\(cqt need to be concerned about credentials exposure due to storing sensitive data in git\(cqs configuration files\&. If you do want to use this, set
\fBtransfer\&.credentialsInUrl\fR