mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-15 09:21:15 -03:00
Git completions use wrapper function __fish_git instead of directly running git. This allows them to be aware of Git's global options, like --git-dir. Let's use __fish_git also for listing config keys & values, so it can more accurately list local (= per repo) git configuration.