author | Christian Couder <chriscool@tuxfamily.org> | |
Sun, 17 May 2009 15:36:46 +0000 (17:36 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 18 May 2009 06:29:17 +0000 (23:29 -0700) | ||
commit | 2d938fc7bcf2c8ce314c44955db5a4dd2e9b6adb | |
tree | e234940c794e34c8b58850e9413349498345be08 | tree | snapshot |
parent | 836a3fd5b0c439642268fd1299cd16729f15e614 | commit | diff |
bisect: check ancestors without forking a "git rev-list" process
We must save the pending commits that will be used during revision
walking and unparse them after, because we want to leave a clean
state for the next revision walking that will try to find the best
bisection point.
As we don't fork a process anymore to call "git rev-list", we need
to remove the use of GIT_TRACE to check how "git rev-list" is
called from the t6030 test that uses it.
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
We must save the pending commits that will be used during revision
walking and unparse them after, because we want to leave a clean
state for the next revision walking that will try to find the best
bisection point.
As we don't fork a process anymore to call "git rev-list", we need
to remove the use of GIT_TRACE to check how "git rev-list" is
called from the t6030 test that uses it.
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
bisect.c | diff | blob | history | |
t/t6030-bisect-porcelain.sh | diff | blob | history |