author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Wed, 14 Feb 2007 11:48:14 +0000 (12:48 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 20 Feb 2007 07:05:16 +0000 (23:05 -0800) | ||
commit | 32043c9f8c60fc03b0b6a324c559d98094729323 | |
tree | add1d32a22e55a41cc20fbd562d8cb6f577770df | tree | snapshot |
parent | 437b1b20df4b356c9342dac8d38849f24ef44f27 | commit | diff |
config: read system-wide defaults from /etc/gitconfig
The settings in /etc/gitconfig can be overridden in ~/.gitconfig,
which in turn can be overridden in .git/config.
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
The settings in /etc/gitconfig can be overridden in ~/.gitconfig,
which in turn can be overridden in .git/config.
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/config.txt | diff | blob | history | |
Makefile | diff | blob | history | |
builtin-config.c | diff | blob | history | |
config.c | diff | blob | history |