diff options
author | Christian Couder <chriscool@tuxfamily.org> | 2008-12-02 14:53:51 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-12-02 15:29:12 -0800 |
commit | 5413812f0800e5530036671ee55476f2771ab828 (patch) | |
tree | 8bd4537dfb34cddf5473228745d3f487a39b9a9b /git-bisect.sh | |
parent | 1a66a489d09e7b8629fa7e4184c78703f4eed335 (diff) | |
download | git-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-x | git-bisect.sh | 2 |
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. |