commit | de791f15a1b01e63f3c870c8497c594c47452fab | [log] [tgz] |
---|---|---|
author | Petr Baudis <pasky@suse.cz> | Tue Apr 25 00:59:25 2006 +0200 |
committer | Junio C Hamano <junkio@cox.net> | Mon Apr 24 22:29:33 2006 -0700 |
tree | 547caae879f03fc937b473bdd0f71ec7e4e04792 | |
parent | 36932eab772dc621e79d615fda425ecf87e6d74e [diff] |
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>