What did you do before the bug happened? (Steps to reproduce your issue) 1) Start Git Bash, and optionally use 'set -x'; 2) type 'git config incl'; 3) attempt to tab-complete the last word. What did you expect to happen? (Expected behavior) The list of available completions should include the 'include' and 'includeIf' expressions. What happened instead? (Actual behavior) The expressions mentioned previously are not present. What's different between what you expected and what actually happened? The list of completions for the 'config' subcommand does not contain all the available sections. [System Info] git version: git version 2.36.1.windows.1 cpu: x86_64 built from commit: e2ff68a2d1426758c78d023f863bfa1e03cbc768 sizeof-long: 4 sizeof-size_t: 8 shell-path: /bin/sh feature: fsmonitor--daemon uname: Windows 10.0 19044 compiler info: gnuc: 11.3 libc info: no libc information available $SHELL (typically, interactive shell): C:\Program Files\Git\usr\bin\bash.exe [Enabled Hooks] not run from a git repository - no hooks to show Thank you for your attention.