diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-07-01 19:41:04 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-07-01 19:41:04 -0700 |
commit | 702beb3af0531bae95ab559fff043785614d53f2 (patch) | |
tree | b92b8b82cdea891362e720dce00aac8cc911fc9a /Documentation | |
parent | a4103bac37d92a13fc47797c3d02becc7800e577 (diff) | |
parent | 32d86ca53195590f8d7df9f5f58683c9a924d5af (diff) | |
download | git-702beb3af0531bae95ab559fff043785614d53f2.tar.gz git-702beb3af0531bae95ab559fff043785614d53f2.tar.xz |
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.txt | 5 |
1 files changed, 2 insertions, 3 deletions
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 "'<commit1>'..'<commit2>'" notation. For example: |