diff options
Diffstat (limited to 'Documentation/config/attr.adoc')
-rw-r--r-- | Documentation/config/attr.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/config/attr.adoc b/Documentation/config/attr.adoc new file mode 100644 index 0000000000..c4a5857993 --- /dev/null +++ b/Documentation/config/attr.adoc @@ -0,0 +1,6 @@ +attr.tree:: + A reference to a tree in the repository from which to read attributes, + instead of the `.gitattributes` file in the working tree. If the value + does not resolve to a valid tree object, an empty tree is used instead. + When the `GIT_ATTR_SOURCE` environment variable or `--attr-source` + command line option are used, this configuration variable has no effect. |