commit | 32043c9f8c60fc03b0b6a324c559d98094729323 | [log] [tgz] |
---|---|---|
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | Wed Feb 14 12:48:14 2007 +0100 |
committer | Junio C Hamano <junkio@cox.net> | Mon Feb 19 23:05:16 2007 -0800 |
tree | add1d32a22e55a41cc20fbd562d8cb6f577770df | |
parent | 437b1b20df4b356c9342dac8d38849f24ef44f27 [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>