Git fork

documentation: bisect: remove bits talking about a bisection branch

... because we are now bisecting using a detached HEAD.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>

authored by

Christian Couder and committed by
Junio C Hamano
65e73dba 64839259

+3 -4
+3 -4
Documentation/git-bisect.txt
··· 85 85 $ git bisect reset 86 86 ------------------------------------------------ 87 87 88 - to get back to the original branch, instead of being in one of the 89 - bisection branches ("git bisect start" will do that for you too, 90 - actually: it will reset the bisection state, and before it does that 91 - it checks that you're not using some old bisection branch). 88 + to get back to the original branch, instead of being on the bisection 89 + commit ("git bisect start" will do that for you too, actually: it will 90 + reset the bisection state). 92 91 93 92 Bisect visualize 94 93 ~~~~~~~~~~~~~~~~