Re: git config -> "fatal: bad config file"
From: Jakub Narebski <hidden>
Date: 2016-06-15 22:47:14
Michael J Gruber [off-list ref] writes:
David Reitter venit, vidit, dixit 14.08.2009 15:38:
quoted
I made a mistake editing my config file using "git config -e". This caused git commands to fail. Trying to fix the problem, I did git config -e fatal: bad config file line 7 in .git/config I think the refusal to edit a broken config file is not a good idea. It's easy to fix for me of course by editing .git/config directly, but git-config should probably not read the config file at all. Thanks for your consideration.git needs to read the file because the editor could be configured there! The only option would be to make git config -e continue past that error.
Well, it shows you which file the error is, but I think as a special case "git config [file] --edit" should show also (absolute?) pathname of the file it tired to open. core.editor can be in any place. -- Jakub Narebski Poland ShadeHawk on #git