summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html17
1 files changed, 15 insertions, 2 deletions
diff --git a/git-config.html b/git-config.html
index aaa4e804d..217b78084 100644
--- a/git-config.html
+++ b/git-config.html
@@ -2342,6 +2342,19 @@ worktreeAddOrphan
</div></div>
</dd>
<dt class="hdlist1">
+attr.tree
+</dt>
+<dd>
+<p>
+ A reference to a tree in the repository from which to read attributes,
+ instead of the <code>.gitattributes</code> file in the working tree. In a bare
+ repository, this defaults to <code>HEAD:.gitattributes</code>. If the value does
+ not resolve to a valid tree object, an empty tree is used instead.
+ When the <code>GIT_ATTR_SOURCE</code> environment variable or <code>--attr-source</code>
+ command line option are used, this configuration variable has no effect.
+</p>
+</dd>
+<dt class="hdlist1">
core.fileMode
</dt>
<dd>
@@ -11335,7 +11348,7 @@ Even if it does, having such data stored "at rest" might expose you
<p>
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&#8217;s or systems that allow other users to see the full
+ 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.
</p>
@@ -11832,7 +11845,7 @@ looks like</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2023-09-22 17:04:28 PDT
+ 2023-09-23 09:04:28 JST
</div>
</div>
</body>