From: Junio C Hamano Date: Mon, 12 Feb 2024 21:16:10 +0000 (-0800) Subject: Merge branch 'jc/bisect-doc' X-Git-Tag: v2.44.0-rc1~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=13fdf82e09a397f4edad32f847ef3fdf7a276636;p=thirdparty%2Fgit.git Merge branch 'jc/bisect-doc' Doc update. * jc/bisect-doc: bisect: document command line arguments for "bisect start" bisect: document "terms" subcommand more fully --- 13fdf82e09a397f4edad32f847ef3fdf7a276636 diff --cc Documentation/git-bisect.txt index 8e01f1d618,73f889b97b..82f944dc03 --- a/Documentation/git-bisect.txt +++ b/Documentation/git-bisect.txt @@@ -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-(old|good)=] + git bisect start [--term-(bad|new)= --term-(good|old)=] - [--no-checkout] [--first-parent] [ [...]] [--] [...] + [--no-checkout] [--first-parent] [ [...]] [--] [...] git bisect (bad|new|) [] git bisect (good|old|) [...] - git bisect terms [--term-good | --term-bad] + git bisect terms [--term-(good|old) | --term-(bad|new)] git bisect skip [(|)...] git bisect reset [] git bisect (visualize|view)