File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ See also linkgit:git-reflog[1].
285285History 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
289289various strategies, according to the options you have selected.
290290
291291Suppose 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
424424the 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
430430outputs '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
437437would be of roughly the same length. Finding the change which
You can’t perform that action at this time.
0 commit comments