Merge branch 'jk/diff-external-with-no-index' into maint-2.43
[git/gitster.git] / Documentation / config / attr.txt
blob1a482d6af2b5d2c6a21f67e29cb9d2858ecabb26
1 attr.tree::
2         A reference to a tree in the repository from which to read attributes,
3         instead of the `.gitattributes` file in the working tree. In a bare
4         repository, this defaults to `HEAD:.gitattributes`. If the value does
5         not resolve to a valid tree object, an empty tree is used instead.
6         When the `GIT_ATTR_SOURCE` environment variable or `--attr-source`
7         command line option are used, this configuration variable has no effect.