Support for extracting configuration from different files
commit7f29f7a95c906250c9c99d08242c2c4084c48d24
authorPetr Baudis <pasky@suse.cz>
Sat, 17 Jun 2006 23:23:58 +0000 (18 01:23 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 19 Jun 2006 04:19:07 +0000 (18 21:19 -0700)
treecd28340e59a2c9528b5031328eab2e498701d9b1
parent64e86c57867593ba0ee77a7b0ff0eb8e9d4d8ed5
Support for extracting configuration from different files

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>
Documentation/git-repo-config.txt
config.c