]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'hl/bisect-doc-clarify-bad-good-ordering'
authorJunio C Hamano <gitster@pobox.com>
Thu, 3 Sep 2020 19:37:06 +0000 (12:37 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Sep 2020 19:37:06 +0000 (12:37 -0700)
Doc update.

* hl/bisect-doc-clarify-bad-good-ordering:
  bisect: swap command-line options in documentation

1  2 
git-bisect.sh

diff --cc git-bisect.sh
index c28e35b0fa8039f9d9ccf0925c1e17ac79c70dbe,3ec7558bdc579da765f28268e79e191d7622c402..2f60fefcfaa12c3a4579818d4cd616232340108f
@@@ -3,8 -3,8 +3,8 @@@
  USAGE='[help|start|bad|good|new|old|terms|skip|next|reset|visualize|view|replay|log|run]'
  LONG_USAGE='git bisect help
        print this long help message.
- git bisect start [--term-{old,good}=<term> --term-{new,bad}=<term>]
+ git bisect start [--term-{new,bad}=<term> --term-{old,good}=<term>]
 -               [--no-checkout] [<bad> [<good>...]] [--] [<pathspec>...]
 +               [--no-checkout] [--first-parent] [<bad> [<good>...]] [--] [<pathspec>...]
        reset bisect state and start bisection.
  git bisect (bad|new) [<rev>]
        mark <rev> a known-bad revision/