bisect: call 'clear_commit_marks_all()' in 'bisect_next_all()'
authorMiriam Rubio <redacted>
Thu, 24 Sep 2020 12:33:39 +0000 (14:33 +0200)
committerJunio C Hamano <redacted>
Thu, 24 Sep 2020 19:06:30 +0000 (12:06 -0700)
commitc7a7f48f4fe8319867ea025e55e930b48455652a
tree639cf77918c56d367957268bbff12f13fdcbb9aa
parent09535f056b08445e28c4881064b8435fb434d760
bisect: call 'clear_commit_marks_all()' in 'bisect_next_all()'

As there can be other revision walks after bisect_next_all(),
let's add a call to a function to clear all the marks at the
end of bisect_next_all().

Mentored-by: Christian Couder <redacted>
Signed-off-by: Miriam Rubio <redacted>
Signed-off-by: Junio C Hamano <redacted>
bisect.c
git clone https://git.99rst.org/PROJECT