bisect: clear flags in passed repository
authorRené Scharfe <redacted>
Sat, 31 Oct 2020 12:47:58 +0000 (13:47 +0100)
committerJunio C Hamano <redacted>
Sat, 31 Oct 2020 17:46:34 +0000 (10:46 -0700)
commit0795df4b9be87c1f552254664a575c76e2fbb10c
tree9e08c7b4c0c4aa207feee3a52e9e798d4efd4bf2
parentcd8888452cd0e09c9efdc22da729023ae255b54b
bisect: clear flags in passed repository

69d2cfe6e8 (bisect.c: remove the_repository reference, 2018-11-10) kept
the implicit the_repository reference in clear_commit_marks_all, which
was made explicit by the previous commit (and which also renamed it to
repo_clear_commit_marks).  Replace it as well.

Signed-off-by: René Scharfe <redacted>
Signed-off-by: Junio C Hamano <redacted>
bisect.c
git clone https://git.99rst.org/PROJECT