From: Junio C Hamano Date: Wed, 25 Apr 2007 05:59:25 +0000 (+0000) Subject: Autogenerated HTML docs for v1.5.2-rc0-34-gda94 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=22572e77947993915a2588210bf4581fbe66eda4;p=git.git Autogenerated HTML docs for v1.5.2-rc0-34-gda94 --- diff --git a/gitattributes.html b/gitattributes.html index 53f5b37a4..7019ee168 100644 --- a/gitattributes.html +++ b/gitattributes.html @@ -326,12 +326,14 @@ 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 precedence), .gitattributes file in the same directory as the @@ -517,7 +519,7 @@ String 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".

@@ -614,7 +616,7 @@ frotz unspecified diff --git a/gitattributes.txt b/gitattributes.txt index d2edb9b14..857d55a40 100644 --- a/gitattributes.txt +++ b/gitattributes.txt @@ -49,10 +49,12 @@ Set to a value:: 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 @@ -215,7 +217,7 @@ String:: 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