summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/2.16.1.txt
diff options
context:
space:
mode:
authorLibravatar Pranit Bauva <pranit.bauva@gmail.com>2020-02-17 09:40:38 +0100
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-02-19 09:37:15 -0800
commit9ec598e0d55ff263e47d95e7d4decef1eb1b6ac6 (patch)
treed7abda0790a6582245f38db98e1f74629ff9507b /Documentation/RelNotes/2.16.1.txt
parentbisect: libify `check_good_are_ancestors_of_bad` and its dependents (diff)
downloadtgif-9ec598e0d55ff263e47d95e7d4decef1eb1b6ac6.tar.xz
bisect: libify `handle_bad_merge_base` and its dependents
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. Update all callers to handle the error returns. 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 'Documentation/RelNotes/2.16.1.txt')
0 files changed, 0 insertions, 0 deletions