From: Jon Seymour Date: Thu, 4 Aug 2011 12:01:01 +0000 (+1000) Subject: bisect: introduce --no-checkout support into porcelain. X-Git-Tag: v1.7.7-rc1~14^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/4796e823a3d24d29dbcccfda166d6c88051cbfaa?ds=inline;hp=4796e823a3d24d29dbcccfda166d6c88051cbfaa bisect: introduce --no-checkout support into porcelain. git-bisect can now perform bisection of a history without performing a checkout at each stage of the bisection process. Instead, HEAD is updated. One use-case for this function is allow git bisect to be used with damaged repositories where git checkout would fail because the tree referenced by the commit is damaged. It can also be used in other cases where actual checkout of the tree is not required to progress the bisection. Improved-by: Christian Couder Improved-by: Junio C Hamano Improved-by: Jonathan Nieder Signed-off-by: Jon Seymour Signed-off-by: Junio C Hamano ---