author | Petr Baudis <pasky@suse.cz> | |
Mon, 24 Apr 2006 22:59:30 +0000 (00:59 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 25 Apr 2006 05:29:36 +0000 (22:29 -0700) | ||
commit | e1cbc46d12a0524fd5e710cbfaf3f178fc3da504 | |
tree | 7b97fb0e62ae8e7e8382e93a52134e80dc63b17d | tree | snapshot |
parent | de791f15a1b01e63f3c870c8497c594c47452fab | commit | diff |
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>
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 | diff | blob | history | |
git-cvsserver.perl | diff | blob | history |