File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments