Welcome to mirror list, hosted at ThFree Co, Russian Federation.

attr.txt « config « Documentation - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1a482d6af2b5d2c6a21f67e29cb9d2858ecabb26 (plain)
1
2
3
4
5
6
7
attr.tree::
	A reference to a tree in the repository from which to read attributes,
	instead of the `.gitattributes` file in the working tree. In a bare
	repository, this defaults to `HEAD:.gitattributes`. 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.