@@ -26,7 +26,7 @@ on the subcommand:
26
26
git bisect log
27
27
git bisect run <cmd>...
28
28
29
- This command uses 'git- rev-list --bisect' to help drive the
29
+ This command uses 'git rev-list --bisect' to help drive the
30
30
binary search process to find which change introduced a bug, given an
31
31
old "good" commit object name and a later "bad" commit object name.
32
32
@@ -101,7 +101,7 @@ $ git bisect visualize
101
101
to see the currently remaining suspects in 'gitk'. `visualize` is a bit
102
102
too long to type and `view` is provided as a synonym.
103
103
104
- If 'DISPLAY' environment variable is not set, 'git- log' is used
104
+ If 'DISPLAY' environment variable is not set, 'git log' is used
105
105
instead. You can even give command line options such as `-p` and
106
106
`--stat`.
107
107
@@ -215,7 +215,7 @@ tweaks (e.g., s/#define DEBUG 0/#define DEBUG 1/ in a header file, or
215
215
work around other problem this bisection is not interested in")
216
216
applied to the revision being tested.
217
217
218
- To cope with such a situation, after the inner 'git- bisect' finds the
218
+ To cope with such a situation, after the inner 'git bisect' finds the
219
219
next revision to test, with the "run" script, you can apply that tweak
220
220
before compiling, run the real test, and after the test decides if the
221
221
revision (possibly with the needed tweaks) passed the test, rewind the
0 commit comments