git config error message
From: Angelo Borsotti <hidden>
Date: 2016-06-15 22:55:07
From: Angelo Borsotti <hidden>
Date: 2016-06-15 22:55:07
Hello, git config --get issues an error message when the specified value contains a section that does not exist, but does not issue any message when the value contains a key that does not exist while in both cases returning a status 1. E.g. $ git config --get xxx error: key does not contain a section: xxx $ git config --get xxx.yyy Proposal: to issue an error message also when the key does not exist. -Angelo Borsotti