summaryrefslogtreecommitdiffstats
path: root/git-bisect.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-10-31 15:31:53 +0900
committerJunio C Hamano <gitster@pobox.com>2023-10-31 15:31:53 +0900
commitf9b2d6480d2332587e4e4bb59377452b4fe7a3ec (patch)
tree2925cd1d06c0d0c306a72fbe1fd6201f8efb9d31 /git-bisect.txt
parent918a697459a240f82a16fba9fe7a606ed1d9c2a9 (diff)
downloadgit-htmldocs-f9b2d6480d2332587e4e4bb59377452b4fe7a3ec.tar.gz
Autogenerated HTML docs for v2.42.0-530-g692be8
Diffstat (limited to 'git-bisect.txt')
-rw-r--r--git-bisect.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-bisect.txt b/git-bisect.txt
index 7872dba3a..191b4a42b 100644
--- a/git-bisect.txt
+++ b/git-bisect.txt
@@ -16,7 +16,7 @@ DESCRIPTION
The command takes various subcommands, and different options depending
on the subcommand:
- git bisect start [--term-{new,bad}=<term> --term-{old,good}=<term>]
+ git bisect start [--term-(new|bad)=<term-new> --term-(old|good)=<term-old>]
[--no-checkout] [--first-parent] [<bad> [<good>...]] [--] [<paths>...]
git bisect (bad|new|<term-new>) [<rev>]
git bisect (good|old|<term-old>) [<rev>...]
@@ -26,7 +26,7 @@ on the subcommand:
git bisect (visualize|view)
git bisect replay <logfile>
git bisect log
- git bisect run <cmd>...
+ git bisect run <cmd> [<arg>...]
git bisect help
This command uses a binary search algorithm to find which commit in