]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/bisect-doc'
authorJunio C Hamano <gitster@pobox.com>
Mon, 12 Feb 2024 21:16:10 +0000 (13:16 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Feb 2024 21:16:10 +0000 (13:16 -0800)
Doc update.

* jc/bisect-doc:
  bisect: document command line arguments for "bisect start"
  bisect: document "terms" subcommand more fully

1  2 
Documentation/git-bisect.txt

index 8e01f1d6189d523fc4c5a196c64349117ea389fe,73f889b97b8b6ccb601c5d21f2c6fe15ab871b7f..82f944dc03dffccae2425cb3a250d681ad3ed134
@@@ -16,11 -16,11 +16,11 @@@ DESCRIPTIO
  The command takes various subcommands, and different options depending
  on the subcommand:
  
-  git bisect start [--term-(new|bad)=<term-new> --term-(old|good)=<term-old>]
+  git bisect start [--term-(bad|new)=<term-new> --term-(good|old)=<term-old>]
 -                [--no-checkout] [--first-parent] [<bad> [<good>...]] [--] [<paths>...]
 +                [--no-checkout] [--first-parent] [<bad> [<good>...]] [--] [<pathspec>...]
   git bisect (bad|new|<term-new>) [<rev>]
   git bisect (good|old|<term-old>) [<rev>...]
-  git bisect terms [--term-good | --term-bad]
+  git bisect terms [--term-(good|old) | --term-(bad|new)]
   git bisect skip [(<rev>|<range>)...]
   git bisect reset [<commit>]
   git bisect (visualize|view)