Deprecate usage of git-var -l for getting config vars list
commite1cbc46d12a0524fd5e710cbfaf3f178fc3da504
authorPetr Baudis <pasky@suse.cz>
Mon, 24 Apr 2006 22:59:30 +0000 (25 00:59 +0200)
committerJunio C Hamano <junkio@cox.net>
Tue, 25 Apr 2006 05:29:36 +0000 (24 22:29 -0700)
tree7b97fb0e62ae8e7e8382e93a52134e80dc63b17d
parentde791f15a1b01e63f3c870c8497c594c47452fab
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 <pasky@suse.cz>
Documentation/git-var.txt
git-cvsserver.perl