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.18
1 files changed, 4 insertions, 4 deletions
diff --git a/man1/git-bisect.1 b/man1/git-bisect.1
index c13cc5498..fecb64551 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: 2023-12-20
+.\" Date: 2023-12-27
.\" Manual: Git Manual
-.\" Source: Git 2.43.0.174.g055bb6e996
+.\" Source: Git 2.43.0.232.ge79552d197
.\" Language: English
.\"
-.TH "GIT\-BISECT" "1" "2023\-12\-20" "Git 2\&.43\&.0\&.174\&.g055bb6" "Git Manual"
+.TH "GIT\-BISECT" "1" "2023\-12\-27" "Git 2\&.43\&.0\&.232\&.ge79552" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -439,7 +439,7 @@ To cope with such a situation, after the inner \fIgit bisect\fR finds the next r
.PP
\-\-no\-checkout
.RS 4
-Do not checkout the new working tree at each iteration of the bisection process\&. Instead just update a special reference named
+Do not checkout the new working tree at each iteration of the bisection process\&. Instead just update the reference named
\fBBISECT_HEAD\fR
to make it point to the commit that should be tested\&.
.sp