]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'dw/config-global-list' into seen seen
authorJunio C Hamano <gitster@pobox.com>
Sat, 17 Jan 2026 18:37:40 +0000 (10:37 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 17 Jan 2026 18:37:40 +0000 (10:37 -0800)
commit678fb955eb82a82418650a9f54b5f375bee175ad
tree10f27904e298da789290b5287f64d26cd5dafc6a
parent56285b8f2c6815649f96a0cc834ce88ba538158e
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
t/t1300-config.sh