@@ -26,7 +26,7 @@ on the subcommand:
2626 git bisect log
2727 git bisect run <cmd>...
2828
29- This command uses 'git- rev-list --bisect' to help drive the
29+ This command uses 'git rev-list --bisect' to help drive the
3030binary search process to find which change introduced a bug, given an
3131old "good" commit object name and a later "bad" commit object name.
3232
@@ -101,7 +101,7 @@ $ git bisect visualize
101101to see the currently remaining suspects in 'gitk'. `visualize` is a bit
102102too long to type and `view` is provided as a synonym.
103103
104- If 'DISPLAY' environment variable is not set, 'git- log' is used
104+ If 'DISPLAY' environment variable is not set, 'git log' is used
105105instead. You can even give command line options such as `-p` and
106106`--stat`.
107107
@@ -215,7 +215,7 @@ tweaks (e.g., s/#define DEBUG 0/#define DEBUG 1/ in a header file, or
215215work around other problem this bisection is not interested in")
216216applied to the revision being tested.
217217
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
219219next revision to test, with the "run" script, you can apply that tweak
220220before compiling, run the real test, and after the test decides if the
221221revision (possibly with the needed tweaks) passed the test, rewind the
0 commit comments