summaryrefslogtreecommitdiffstats
path: root/man1/git-bisect.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-bisect.1')
-rw-r--r--man1/git-bisect.112
1 files changed, 6 insertions, 6 deletions
diff --git a/man1/git-bisect.1 b/man1/git-bisect.1
index 07961544a..ae216654e 100644
--- a/man1/git-bisect.1
+++ b/man1/git-bisect.1
@@ -2,12 +2,12 @@
.\" Title: git-bisect
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2024-02-08
+.\" Date: 2024-02-12
.\" Manual: Git Manual
-.\" Source: Git 2.44.0.rc0
+.\" Source: Git 2.44.0.rc0.46.g2996f11c1d
.\" Language: English
.\"
-.TH "GIT\-BISECT" "1" "2024\-02\-08" "Git 2\&.44\&.0\&.rc0" "Git Manual"
+.TH "GIT\-BISECT" "1" "2024\-02\-12" "Git 2\&.44\&.0\&.rc0\&.46\&.g2" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -43,11 +43,11 @@ The command takes various subcommands, and different options depending on the su
.RS 4
.\}
.nf
-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>\&.\&.\&.]] [\-\-] [<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)
@@ -215,7 +215,7 @@ git bisect terms
.\}
.sp
.sp
-You can get just the old (respectively new) term with \fBgit bisect terms \-\-term\-old\fR or \fBgit bisect terms \-\-term\-good\fR\&.
+You can get just the old term with \fBgit bisect terms \-\-term\-old\fR or \fBgit bisect terms \-\-term\-good\fR; \fBgit bisect terms \-\-term\-new\fR and \fBgit bisect terms \-\-term\-bad\fR can be used to learn how to call the commits more recent than the sought change\&.
.sp
If you would like to use your own terms instead of "bad"/"good" or "new"/"old", you can choose any names you like (except existing bisect subcommands like \fBreset\fR, \fBstart\fR, \&...) by starting the bisection using
.sp