author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Fri, 27 Jun 2008 12:55:23 +0000 (13:55 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 30 Jun 2008 06:16:32 +0000 (23:16 -0700) | ||
commit | 5b8063b5b0f56f0da345e8dd7c66d3aced1af673 | |
tree | 598224878a8e02f23f6b31ba643be419a1e235e9 | tree | snapshot |
parent | bc0c0d81561bdbb8cb5e1f3af558390f1a0c86cb | commit | diff |
clone: respect the settings in $HOME/.gitconfig and /etc/gitconfig
After initializing the config in the newly-created repository, we
need to unset GIT_CONFIG so that the global configs are read again.
Noticed by Pieter de Bie.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
After initializing the config in the newly-created repository, we
need to unset GIT_CONFIG so that the global configs are read again.
Noticed by Pieter de Bie.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-clone.c | diff | blob | history |