Skip to content

Commit 2047b2c

Browse files
committed
git-bisect.txt: BISECT_HEAD is not that special
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 <[email protected]>
1 parent d9a4bb3 commit 2047b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-bisect.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ OPTIONS
362362
--no-checkout::
363363
+
364364
Do not checkout the new working tree at each iteration of the bisection
365-
process. Instead just update a special reference named `BISECT_HEAD` to make
365+
process. Instead just update the reference named `BISECT_HEAD` to make
366366
it point to the commit that should be tested.
367367
+
368368
This option may be useful when the test you would perform in each step

0 commit comments

Comments
 (0)