Skip to content

Commit afb4ff2

Browse files
author
Junio C Hamano
committed
Documentation: {caret} fixes (git-rev-list.txt)
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 5d6a9f4 commit afb4ff2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Documentation/git-rev-list.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,10 @@ OPTIONS
6868
--bisect::
6969
Limit output to the one commit object which is roughly halfway
7070
between the included and excluded commits. Thus, if 'git-rev-list
71-
--bisect foo ^bar ^baz' outputs 'midpoint', the output
72-
of 'git-rev-list foo ^midpoint' and 'git-rev-list midpoint
73-
^bar ^baz' would be of roughly the same length. Finding the change
71+
--bisect foo {caret}bar {caret}baz' outputs 'midpoint', the output
72+
of 'git-rev-list foo {caret}midpoint' and 'git-rev-list midpoint
73+
{caret}bar {caret}baz' would be of roughly the same length.
74+
Finding the change
7475
which introduces a regression is thus reduced to a binary search:
7576
repeatedly generate and test new 'midpoint's until the commit chain
7677
is of length one.

0 commit comments

Comments
 (0)