git-repo-config --list support
commitde791f15a1b01e63f3c870c8497c594c47452fab
authorPetr Baudis <pasky@suse.cz>
Mon, 24 Apr 2006 22:59:25 +0000 (25 00:59 +0200)
committerJunio C Hamano <junkio@cox.net>
Tue, 25 Apr 2006 05:29:33 +0000 (24 22:29 -0700)
tree547caae879f03fc937b473bdd0f71ec7e4e04792
parent36932eab772dc621e79d615fda425ecf87e6d74e
git-repo-config --list support

This adds git-repo-config --list (or git-repo-config -l) support,
similar to what git-var -l does now (to be phased out so that we
have a single sane interface to the config file instead of fragmented
and confused API).

Signed-off-by: Petr Baudis <pasky@suse.cz>
Documentation/git-repo-config.txt
repo-config.c