mirror of
https://github.com/git/git.git
synced 2026-01-23 09:01:15 +00:00
This has been an unfortunate sideway in the git API evolution. We use git-repo-config for all the other .git/config interaction so let's also use git-repo-config -l for the variable listing. Signed-off-by: Petr Baudis <pasky@suse.cz>