From: Petr Baudis Date: Mon, 24 Apr 2006 22:59:30 +0000 (+0200) Subject: Deprecate usage of git-var -l for getting config vars list X-Git-Tag: v1.4.1-rc1~183^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e1cbc46d12a0524fd5e710cbfaf3f178fc3da504?ds=inline;hp=e1cbc46d12a0524fd5e710cbfaf3f178fc3da504 Deprecate usage of git-var -l for getting config vars list 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 ---