summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-07-02 02:41:04 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-07-02 02:41:04 (GMT)
commit702beb3af0531bae95ab559fff043785614d53f2 (patch)
treeb92b8b82cdea891362e720dce00aac8cc911fc9a /Documentation
parenta4103bac37d92a13fc47797c3d02becc7800e577 (diff)
parent32d86ca53195590f8d7df9f5f58683c9a924d5af (diff)
downloadgit-702beb3af0531bae95ab559fff043785614d53f2.zip
git-702beb3af0531bae95ab559fff043785614d53f2.tar.gz
git-702beb3af0531bae95ab559fff043785614d53f2.tar.bz2
Merge branch 'cc/bisect'
* cc/bisect: Documentation: remove warning saying that "git bisect skip" may slow bisection bisect: use a PRNG with a bias when skipping away from untestable commits
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-bisect.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/git-bisect.txt b/Documentation/git-bisect.txt
index ffc02c7..63e7a42 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 "'<commit1>'..'<commit2>'" notation. For example: