Yaroslav Halchenko writes:
> It always read it for non--global
> ...
> and it doesn't read it for --global
> ...
> unless ~/.gitconfig is missing
Yes, this dates back to 21cf3227 ("config: read (but not write) from
$XDG_CONFIG_HOME/git/config file", 2012-06-22), around the time back
when we adde
On Tue, 12 Dec 2017, Jacob Keller wrote:
> > And then "and the other files will not be read" can be dropped from
> > the first sentence of this paragraph?
> > Yaroslav on the original thread mentioned that reading codepath
> > without --file or --global does not limit to one of the three, and
>
On Tue, Dec 12, 2017 at 11:47 AM, Junio C Hamano wrote:
> Jacob Keller writes:
>
>> --global::
>> + For writing options: write to global user configuration file
>> + rather than the repository `.git/config`.
>> +
>> +For reading options: read only from global user configuration file
>>
On Tue, Dec 12, 2017 at 7:20 AM, Todd Zullinger wrote:
> Hi Jacob,
>
> Jacob Keller wrote:
>> The documentation for git config and how it reads the user specific
>> configuration file is misleading. In some places it implies that
>> $XDG_CONFIG_HOME/git/config will always be read. In others, it im
Jacob Keller writes:
> --global::
> + For writing options: write to global user configuration file
> + rather than the repository `.git/config`.
> +
> +For reading options: read only from global user configuration file
> +rather than from all available files.
> +
> See also <>.
OK.
Hi Jacob,
Jacob Keller wrote:
> The documentation for git config and how it reads the user specific
> configuration file is misleading. In some places it implies that
> $XDG_CONFIG_HOME/git/config will always be read. In others, it implies
> that only one of ~/.gitconfig and $XDG_CONFIG_HOME/git/c
The documentation for git config and how it reads the user specific
configuration file is misleading. In some places it implies that
$XDG_CONFIG_HOME/git/config will always be read. In others, it implies
that only one of ~/.gitconfig and $XDG_CONFIG_HOME/git/config will be
read.
Improve the docume
7 matches
Mail list logo