Merge branch 'mr/bisect-in-c-2'
authorJunio C Hamano <gitster@pobox.com>
Sun, 4 Oct 2020 19:49:08 +0000 (12:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 4 Oct 2020 19:49:08 +0000 (12:49 -0700)
commitf4cc68cbd078d5c0dd707384c802510261c67a28
tree37e9717a743a30b039ef174b3dde6430f4d591df
parent03a01824a4ee07cd06b152bbff45066d6cf5542b
parent517ecb3161daa4503f7638489fd44177b3659913
Merge branch 'mr/bisect-in-c-2'

Rewrite of the "git bisect" script in C continues.

* mr/bisect-in-c-2:
  bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functions in C
  bisect: call 'clear_commit_marks_all()' in 'bisect_next_all()'
  bisect--helper: reimplement `bisect_autostart` shell function in C
  bisect--helper: introduce new `write_in_file()` function
  bisect--helper: use '-res' in 'cmd_bisect__helper' return
  bisect--helper: BUG() in cmd_*() on invalid subcommand
builtin/bisect--helper.c
git-bisect.sh