<dd>\r
<p>\r
No glob pattern matches the path, and nothing says if\r
- the path has or does not have the attribute.\r
+ the path has or does not have the attribute, the\r
+ attribute for the path is said to be Unspecified.\r
</p>\r
</dd>\r
</dl>\r
<p>When more than one glob pattern matches the path, a later line\r
-overrides an earlier line.</p>\r
+overrides an earlier line. This overriding is done per\r
+attribute.</p>\r
<p>When deciding what attributes are assigned to a path, git\r
consults <tt>$GIT_DIR/info/attributes</tt> file (which has the highest\r
precedence), <tt>.gitattributes</tt> file in the same directory as the\r
merge driver. The built-in 3-way merge driver can be\r
explicitly specified by asking for "text" driver; the\r
built-in "take the current branch" driver can be\r
- requested by "binary".\r
+ requested with "binary".\r
</p>\r
</dd>\r
</dl>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 23-Apr-2007 07:26:51 UTC\r
+Last updated 25-Apr-2007 05:59:11 UTC\r
</div>\r
</div>\r
</body>\r
Unspecified::
No glob pattern matches the path, and nothing says if
- the path has or does not have the attribute.
+ the path has or does not have the attribute, the
+ attribute for the path is said to be Unspecified.
When more than one glob pattern matches the path, a later line
-overrides an earlier line.
+overrides an earlier line. This overriding is done per
+attribute.
When deciding what attributes are assigned to a path, git
consults `$GIT_DIR/info/attributes` file (which has the highest
merge driver. The built-in 3-way merge driver can be
explicitly specified by asking for "text" driver; the
built-in "take the current branch" driver can be
- requested by "binary".
+ requested with "binary".
Defining a custom merge driver