aboutsummaryrefslogtreecommitdiff
path: root/git-bisect.sh
diff options
context:
space:
mode:
authorChristian Couder <chriscool@tuxfamily.org>2008-12-02 14:53:51 +0100
committerJunio C Hamano <gitster@pobox.com>2008-12-02 15:29:12 -0800
commit5413812f0800e5530036671ee55476f2771ab828 (patch)
tree8bd4537dfb34cddf5473228745d3f487a39b9a9b /git-bisect.sh
parent1a66a489d09e7b8629fa7e4184c78703f4eed335 (diff)
downloadgit-5413812f0800e5530036671ee55476f2771ab828.tar.gz
git-5413812f0800e5530036671ee55476f2771ab828.tar.xz
Documentation: describe how to "bisect skip" a range of commits
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Diffstat (limited to 'git-bisect.sh')
-rwxr-xr-xgit-bisect.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-bisect.sh b/git-bisect.sh
index ddbdba8af..17a35f6ad 100755
--- a/git-bisect.sh
+++ b/git-bisect.sh
@@ -9,7 +9,7 @@ git bisect bad [<rev>]
mark <rev> a known-bad revision.
git bisect good [<rev>...]
mark <rev>... known-good revisions.
-git bisect skip [<rev>...]
+git bisect skip [(<rev>|<range>)...]
mark <rev>... untestable revisions.
git bisect next
find next bisection to test and check it out.