Skip to content

Commit 5bcce84

Browse files
chriscoolgitster
authored andcommitted
Documentation: bisect: change a few instances of "git-cmd" to "git cmd"
Signed-off-by: Christian Couder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6514aa3 commit 5bcce84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/git-bisect.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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
3030
binary search process to find which change introduced a bug, given an
3131
old "good" commit object name and a later "bad" commit object name.
3232

@@ -101,7 +101,7 @@ $ git bisect visualize
101101
to see the currently remaining suspects in 'gitk'. `visualize` is a bit
102102
too 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
105105
instead. 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
215215
work around other problem this bisection is not interested in")
216216
applied 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
219219
next revision to test, with the "run" script, you can apply that tweak
220220
before compiling, run the real test, and after the test decides if the
221221
revision (possibly with the needed tweaks) passed the test, rewind the

0 commit comments

Comments
 (0)