diff options
author | Jeff King <peff@peff.net> | 2020-12-03 03:09:42 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-12-03 10:25:13 -0800 |
commit | d43a21bdbbaf0bc286df8d8e2e29a3e9caa448e8 (patch) | |
tree | c042749d6a3ee007d0ac8655f65912ead9f1a395 /t/t5411/test-0033-report-with-options--porcelain.sh | |
parent | Git 2.29.2 (diff) | |
download | tgif-d43a21bdbbaf0bc286df8d8e2e29a3e9caa448e8.tar.xz |
upload-pack: propagate return value from object filter config callback
If we encounter an error in parse_filter_object_config(), we'll complain
to stderr but won't actually propagate the return value up the stack.
This is unlike most of our config callbacks, which return the error to
git_config() so it can die (this includes the call just below us to
parse_hide_refs_config(), which can also produce errors).
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5411/test-0033-report-with-options--porcelain.sh')
0 files changed, 0 insertions, 0 deletions