Support for extracting configuration from different files
authorPetr Baudis <pasky@suse.cz>
Sat, 17 Jun 2006 23:23:58 +0000 (01:23 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 19 Jun 2006 04:19:07 +0000 (21:19 -0700)
Add $GIT_CONFIG environment variable whose content is used instead
of .git/config if set. Also add $GIT_CONFIG_LOCAL as a
forward-compatibility cue for whenever we will finally come to support]
global configuration files (properly).

Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found