diff options
author | Pranit Bauva <pranit.bauva@gmail.com> | 2020-02-17 09:40:39 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-02-19 09:37:15 -0800 |
commit | 6c69f2223394c200cce1289ac9200f781ef14da7 (patch) | |
tree | 4ff24604812d64f157adc04540719131f78b23e5 /archive-zip.c | |
parent | bisect: libify `handle_bad_merge_base` and its dependents (diff) | |
download | tgif-6c69f2223394c200cce1289ac9200f781ef14da7.tar.xz |
bisect: libify `bisect_next_all`
Since we want to get rid of git-bisect.sh, it would be necessary to
convert those exit() calls to return statements so that errors can be
reported.
Emulate try catch in C by converting `exit(<positive-value>)` to
`return <negative-value>`. Follow POSIX conventions to return
<negative-value> to indicate error.
All the functions calling `bisect_next_all()` are already able to
handle return values from it.
Mentored-by: Christian Couder <chriscool@tuxfamily.org>
Mentored-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Pranit Bauva <pranit.bauva@gmail.com>
Signed-off-by: Tanushree Tumane <tanushreetumane@gmail.com>
Signed-off-by: Miriam Rubio <mirucam@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'archive-zip.c')
0 files changed, 0 insertions, 0 deletions