]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'dw/config-global-list' into seen
authorJunio C Hamano <gitster@pobox.com>
Tue, 23 Dec 2025 03:19:55 +0000 (12:19 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 23 Dec 2025 03:19:55 +0000 (12:19 +0900)
commitf2562bc0b7755e556fd4952d008ff1128dfcf4b8
tree11cfde5a89ae957f3d93028493f8a1d0dad38573
parent3db489b77bf5b2e1bdfd49e7f15dc2c63094b6e7
parentf141ee7d7b74e337c5c52eabd54e01edbb471aef
Merge branch 'dw/config-global-list' into seen

"git config --list --global", unlike "git config --list", did not
consult both of the two possible per-user sources of the
configuration files, i.e. $HOME/.gitconfig and the XDG one, which
has been corrected.

* dw/config-global-list:
  config: keep bailing on unreadable global files
  config: read global scope via config_sequence
  config: test home and xdg files in `list --global`
  cleanup_path: force forward slashes on Windows
builtin/config.c
config.c
config.h
path.c