bisect: clean flags after checking merge bases
authorJunio C Hamano <gitster@pobox.com>
Thu, 30 Oct 2014 19:01:11 +0000 (12:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Oct 2014 19:51:10 +0000 (12:51 -0700)
Unless there is a good reason to belieave that a particular
invocation of a get_merge_bases*() is the last one that cares about
the object flags the computation of merge bases leaves on the
objects, the "cleanup" parameter should always be true, and I do not
think there is one in this codepath.

Found by code inspection.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found