From: Christian Couder Date: Sat, 13 Jun 2009 11:11:02 +0000 (+0200) Subject: Documentation: remove warning saying that "git bisect skip" may slow bisection X-Git-Tag: v1.6.4-rc0~24^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=32d86ca53195590f8d7df9f5f58683c9a924d5af;p=git.git Documentation: remove warning saying that "git bisect skip" may slow bisection This warning was probably useless anyway, but it is even more so now that filtering of skipped commits is done in C and that there is a mechanism to skip away from broken commits. Signed-off-by: Christian Couder Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-bisect.txt b/Documentation/git-bisect.txt index ffc02c737..63e7a42cb 100644 --- a/Documentation/git-bisect.txt +++ b/Documentation/git-bisect.txt @@ -164,9 +164,8 @@ to do it for you by issuing the command: $ git bisect skip # Current version cannot be tested ------------ -But computing the commit to test may be slower afterwards and git may -eventually not be able to tell the first bad commit among a bad commit -and one or more skipped commits. +But git may eventually be unable to tell the first bad commit among +a bad commit and one or more skipped commits. You can even skip a range of commits, instead of just one commit, using the "''..''" notation. For example: