We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a8ee50 + 1722c22 commit 148c8f3Copy full SHA for 148c8f3
1 file changed
Documentation/config/core.adoc
@@ -492,10 +492,9 @@ core.askPass::
492
command-line argument and write the password on its STDOUT.
493
494
core.attributesFile::
495
- In addition to `.gitattributes` (per-directory) and
496
- `.git/info/attributes`, Git looks into this file for attributes
497
- (see linkgit:gitattributes[5]). Path expansions are made the same
498
- way as for `core.excludesFile`. Its default value is
+ Specifies the pathname to the file that contains attributes (see
+ linkgit:gitattributes[5]), in addition to `.gitattributes` (per-directory)
+ and `.git/info/attributes`. Its default value is
499
`$XDG_CONFIG_HOME/git/attributes`. If `$XDG_CONFIG_HOME` is either not
500
set or empty, `$HOME/.config/git/attributes` is used instead.
501
0 commit comments