diff options
author | Tanushree Tumane <tanushreetumane@gmail.com> | 2020-02-17 09:40:31 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-02-19 09:37:14 -0800 |
commit | bfacfce7d94951fe5b4e70bc2431dae5506b474b (patch) | |
tree | 90e1fa47eb75c8dfc15adc633c7ae84d27b95b66 /sha1-name.c | |
parent | bisect: use the standard 'if (!var)' way to check for 0 (diff) | |
download | tgif-bfacfce7d94951fe5b4e70bc2431dae5506b474b.tar.xz |
bisect--helper: introduce new `decide_next()` function
Let's refactor code from bisect_next_check() into a new
decide_next() helper function.
This removes some goto statements and makes the code simpler,
clearer and easier to understand.
While at it `bad_ref` and `good_glob` are not const any more
to void casting them inside `free()`.
Mentored-by: Christian Couder <chriscool@tuxfamily.org>
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 'sha1-name.c')
0 files changed, 0 insertions, 0 deletions