Skip to content

Commit 6514aa3

Browse files
chriscoolgitster
authored andcommitted
Documentation: rev-list: 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 323e00f commit 6514aa3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/rev-list-options.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ See also linkgit:git-reflog[1].
285285
History Simplification
286286
~~~~~~~~~~~~~~~~~~~~~~
287287

288-
When optional paths are given, 'git-rev-list' simplifies commits with
288+
When optional paths are given, 'git rev-list' simplifies commits with
289289
various strategies, according to the options you have selected.
290290

291291
Suppose you specified `foo` as the <paths>. We shall call commits
@@ -424,14 +424,14 @@ Limit output to the one commit object which is roughly halfway between
424424
the included and excluded commits. Thus, if
425425

426426
-----------------------------------------------------------------------
427-
$ git-rev-list --bisect foo ^bar ^baz
427+
$ git rev-list --bisect foo ^bar ^baz
428428
-----------------------------------------------------------------------
429429

430430
outputs 'midpoint', the output of the two commands
431431

432432
-----------------------------------------------------------------------
433-
$ git-rev-list foo ^midpoint
434-
$ git-rev-list midpoint ^bar ^baz
433+
$ git rev-list foo ^midpoint
434+
$ git rev-list midpoint ^bar ^baz
435435
-----------------------------------------------------------------------
436436

437437
would be of roughly the same length. Finding the change which

0 commit comments

Comments
 (0)