diff options
author | Christian Couder <chriscool@tuxfamily.org> | 2008-05-23 01:28:57 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-05-22 22:45:03 -0700 |
commit | 634f246444e6a1675e351f31362e6a375dc44f70 (patch) | |
tree | 92602cb65cc9113cbf7f23b00c1b7c7038ffabc5 /daemon.c | |
parent | ba963de859e76a63d447345eeb3e134116d02433 (diff) | |
download | git-634f246444e6a1675e351f31362e6a375dc44f70.tar.gz |
bisect: use a detached HEAD to bisect
When "git bisect" was first written, it was not possible to
checkout a detached HEAD. The detached feature appeared latter.
That's why before this patch the "git bisect" process used a
"bisect" branch to checkout new revisions to be tested (and also
a "new-bisect" one to check if the checkouts could work).
This patch makes "git bisect" checkout revisions to be tested on
a detached HEAD. This simplifies the code a bit.
The tests to check that "git bisect" does not start if a
"bisect" or a "new-bisect" branch exists are removed as they
are not relevant any more.
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'daemon.c')
0 files changed, 0 insertions, 0 deletions