summaryrefslogtreecommitdiffstats
path: root/git-bisect.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-07-02 03:17:00 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-07-02 03:17:00 +0000
commit2c14c8da9de804b1589cebb871c40cbefb4cecf4 (patch)
treefe95532547fa433934c94ba7e9ac7c3dcaf3d1e4 /git-bisect.txt
parent73d812ca2a8cff55e5ebb8a11b6f7d0496bba62c (diff)
downloadgit-htmldocs-2c14c8da9de804b1589cebb871c40cbefb4cecf4.tar.gz
Autogenerated HTML docs for v1.6.3.3-385-g60647
Diffstat (limited to 'git-bisect.txt')
-rw-r--r--git-bisect.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/git-bisect.txt b/git-bisect.txt
index ffc02c737..63e7a42cb 100644
--- a/git-bisect.txt
+++ b/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 "'<commit1>'..'<commit2>'" notation. For example: