This extension to js/bisect-no-checkout (currently in pu) adds support for bisecting bare repositories. It does this by relaxing the requirement that git bisect is invoked in a repository with a working tree and by defaulting to --no-checkout in the case of a bare repository. Two tests are included to demonstrate this behaviour. Jon Seymour (3): bisect: relax requirement for a working tree. bisect: add tests for bisection on bare repositories bisect: document that --no-checkout is the default for bare repositories Documentation/git-bisect.txt | 2 ++ git-bisect.sh | 8 ++++++-- git.c | 2 +- t/t6030-bisect-porcelain.sh | 28 ++++++++++++++++++++++++++++ 4 files changed, 37 insertions(+), 3 deletions(-) -- 1.7.6.363.g9b380.dirty -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html