summaryrefslogtreecommitdiff
path: root/bisect.c
diff options
context:
space:
mode:
authorTanushree Tumane <tanushreetumane@gmail.com>2020-02-17 08:40:31 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-02-19 17:37:14 (GMT)
commitbfacfce7d94951fe5b4e70bc2431dae5506b474b (patch)
tree90e1fa47eb75c8dfc15adc633c7ae84d27b95b66 /bisect.c
parentb8e3b2f33994de25c068021e388dbef72a2cdc4a (diff)
downloadgit-bfacfce7d94951fe5b4e70bc2431dae5506b474b.zip
git-bfacfce7d94951fe5b4e70bc2431dae5506b474b.tar.gz
git-bfacfce7d94951fe5b4e70bc2431dae5506b474b.tar.bz2
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 'bisect.c')
0 files changed, 0 insertions, 0 deletions