config: read system-wide defaults from /etc/gitconfig
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Wed, 14 Feb 2007 11:48:14 +0000 (12:48 +0100)
committerJunio C Hamano <junkio@cox.net>
Tue, 20 Feb 2007 07:05:16 +0000 (23:05 -0800)
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>
No differences found