git config: error when editing a repo config and not being in one
authorFelipe Contreras <felipe.contreras@gmail.com>
Wed, 29 Apr 2009 22:49:47 +0000 (01:49 +0300)
committerJunio C Hamano <gitster@pobox.com>
Wed, 29 Apr 2009 23:50:21 +0000 (16:50 -0700)
Let's throw an error on this specific case. If the user specifies the
config file, he must know what he is doing.

Teemu Likonen pointed this out.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found