summaryrefslogtreecommitdiffstats
path: root/gitattributes.html
diff options
context:
space:
mode:
Diffstat (limited to 'gitattributes.html')
-rw-r--r--gitattributes.html17
1 files changed, 16 insertions, 1 deletions
diff --git a/gitattributes.html b/gitattributes.html
index 848f4fad8..396a149e8 100644
--- a/gitattributes.html
+++ b/gitattributes.html
@@ -861,6 +861,21 @@ the name of the attribute prefixed with an exclamation point <code>!</code>.</p>
</div>
</div>
<div class="sect1">
+<h2 id="_reserved_builtin__attributes">RESERVED BUILTIN_* ATTRIBUTES</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>builtin_* is a reserved namespace for builtin attribute values. Any
+user defined attributes under this namespace will be ignored and
+trigger a warning.</p></div>
+<div class="sect2">
+<h3 id="_code_builtin_objectmode_code"><code>builtin_objectmode</code></h3>
+<div class="paragraph"><p>This attribute is for filtering files by their file bit modes (40000,
+120000, 160000, 100755, 100644). e.g. <em>:(attr:builtin_objectmode=160000)</em>.
+You may also check these values with <code>git check-attr builtin_objectmode -- &lt;file&gt;</code>.
+If the object is not in the index <code>git check-attr --cached</code> will return unspecified.</p></div>
+</div>
+</div>
+</div>
+<div class="sect1">
<h2 id="_effects">EFFECTS</h2>
<div class="sectionbody">
<div class="paragraph"><p>Certain operations by Git can be influenced by assigning
@@ -2246,7 +2261,7 @@ frotz unspecified</code></pre>
<div id="footer">
<div id="footer-text">
Last updated
- 2023-10-29 16:42:00 PDT
+ 2024-01-12 16:26:54 PST
</div>
</div>
</body>