diff options
author | Jeff King <peff@peff.net> | 2013-09-08 04:38:22 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-09-09 11:07:07 -0700 |
commit | 2f666581bbc1895cf66a7007fb222026b299deb9 (patch) | |
tree | 7a5dd7bdbfc6f99a060ec263330a21184c26a34a /t/t7005-editor.sh | |
parent | config: set errno in numeric git_parse_* functions (diff) | |
download | tgif-2f666581bbc1895cf66a7007fb222026b299deb9.tar.xz |
config: make numeric parsing errors more clear
If we try to parse an integer config argument and get a
number outside of the representable range, we die with the
cryptic message: "bad config value for '%s'".
We can improve two things:
1. Show the value that produced the error (e.g., bad
config value '3g' for 'foo.bar').
2. Mention the reason the value was rejected (e.g.,
"invalid unit" versus "out of range").
A few tests need to be updated with the new output, but that
should not be representative of real-world breakage, as
scripts should not be depending on the exact text of our
stderr output, which is subject to i18n anyway.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7005-editor.sh')
0 files changed, 0 insertions, 0 deletions