author | Christian Couder <chriscool@tuxfamily.org> | |
Wed, 27 May 2009 05:09:40 +0000 (07:09 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 27 May 2009 20:45:45 +0000 (13:45 -0700) | ||
commit | 7a8e3895f68e9ae4e44e521c78fc98768c2a88ec | |
tree | 3adc4b131c6571c98e549afaa413dd210a706ebd | tree | snapshot |
parent | 2d938fc7bcf2c8ce314c44955db5a4dd2e9b6adb | commit | diff |
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 <gitster@pobox.com>
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 <gitster@pobox.com>
bisect.c | diff | blob | history | |
commit.c | diff | blob | history | |
commit.h | diff | blob | history |