]> git.ipfire.org Git - thirdparty/git.git/commit - bisect.c
bisect: call 'clear_commit_marks_all()' in 'bisect_next_all()'
authorMiriam Rubio <mirucam@gmail.com>
Thu, 24 Sep 2020 12:33:39 +0000 (14:33 +0200)
committerJunio C Hamano <gitster@pobox.com>
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 <chriscool@tuxfamily.org>
Signed-off-by: Miriam Rubio <mirucam@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
bisect.c