mirror of
https://github.com/git/git.git
synced 2026-01-09 01:34:00 +00:00
Merge branch 'mh/doc-core-attributesfile'
Doc update. * mh/doc-core-attributesfile: docs: note the type of core.attributesfile
This commit is contained in:
@@ -492,10 +492,9 @@ core.askPass::
|
|||||||
command-line argument and write the password on its STDOUT.
|
command-line argument and write the password on its STDOUT.
|
||||||
|
|
||||||
core.attributesFile::
|
core.attributesFile::
|
||||||
In addition to `.gitattributes` (per-directory) and
|
Specifies the pathname to the file that contains attributes (see
|
||||||
`.git/info/attributes`, Git looks into this file for attributes
|
linkgit:gitattributes[5]), in addition to `.gitattributes` (per-directory)
|
||||||
(see linkgit:gitattributes[5]). Path expansions are made the same
|
and `.git/info/attributes`. Its default value is
|
||||||
way as for `core.excludesFile`. Its default value is
|
|
||||||
`$XDG_CONFIG_HOME/git/attributes`. If `$XDG_CONFIG_HOME` is either not
|
`$XDG_CONFIG_HOME/git/attributes`. If `$XDG_CONFIG_HOME` is either not
|
||||||
set or empty, `$HOME/.config/git/attributes` is used instead.
|
set or empty, `$HOME/.config/git/attributes` is used instead.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user