]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-bisect.txt: BISECT_HEAD is not that special
authorJunio C Hamano <gitster@pobox.com>
Fri, 15 Dec 2023 20:32:42 +0000 (12:32 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 15 Dec 2023 22:08:28 +0000 (14:08 -0800)
The description of "git bisect --no-checkout" called BISECT_HEAD a
"special ref", but there is nothing special about it.  It merely is
yet another pseudoref.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-bisect.txt

index 191b4a42b6dcca3f270e9087ad9f7aa6b214f0e0..aa02e462244ee0ad2836412cb2351fc43e9c43ad 100644 (file)
@@ -362,7 +362,7 @@ OPTIONS
 --no-checkout::
 +
 Do not checkout the new working tree at each iteration of the bisection
-process. Instead just update a special reference named `BISECT_HEAD` to make
+process. Instead just update the reference named `BISECT_HEAD` to make
 it point to the commit that should be tested.
 +
 This option may be useful when the test you would perform in each step