author | Petr Baudis <pasky@suse.cz> | |
Sat, 17 Jun 2006 23:23:58 +0000 (01:23 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 19 Jun 2006 04:19:07 +0000 (21:19 -0700) | ||
commit | 7f29f7a95c906250c9c99d08242c2c4084c48d24 | |
tree | cd28340e59a2c9528b5031328eab2e498701d9b1 | tree | snapshot |
parent | 64e86c57867593ba0ee77a7b0ff0eb8e9d4d8ed5 | commit | diff |
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>
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 | diff | blob | history | |
config.c | diff | blob | history |