From: Christian Couder Date: Wed, 27 May 2009 05:09:40 +0000 (+0200) Subject: bisect: drop unparse_commit() and use clear_commit_marks() X-Git-Tag: v1.6.4-rc0~61^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/7a8e3895f68e9ae4e44e521c78fc98768c2a88ec?hp=7a8e3895f68e9ae4e44e521c78fc98768c2a88ec bisect: drop unparse_commit() and use clear_commit_marks() The goal of this patch series is to check if good revisions are ancestor of the bad revision without forking a process to launch "git rev-list $good ^$bad". This new version of this patch series does not use an "unparse_commit" function anymore, we use "clear_commit_marks" instead. Signed-off-by: Junio C Hamano ---