]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'dw/config-global-list' into seen
authorJunio C Hamano <gitster@pobox.com>
Thu, 8 Jan 2026 07:41:15 +0000 (16:41 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Jan 2026 07:41:15 +0000 (16:41 +0900)
"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

1  2 
builtin/config.c
config.c
config.h
path.c
t/t1300-config.sh

Simple merge
diff --cc config.c
Simple merge
diff --cc config.h
Simple merge
diff --cc path.c
Simple merge
Simple merge