File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ See also linkgit:git-reflog[1].
285
285
History Simplification
286
286
~~~~~~~~~~~~~~~~~~~~~~
287
287
288
- When optional paths are given, 'git- rev-list' simplifies commits with
288
+ When optional paths are given, 'git rev-list' simplifies commits with
289
289
various strategies, according to the options you have selected.
290
290
291
291
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
424
424
the included and excluded commits. Thus, if
425
425
426
426
-----------------------------------------------------------------------
427
- $ git- rev-list --bisect foo ^bar ^baz
427
+ $ git rev-list --bisect foo ^bar ^baz
428
428
-----------------------------------------------------------------------
429
429
430
430
outputs 'midpoint', the output of the two commands
431
431
432
432
-----------------------------------------------------------------------
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
435
435
-----------------------------------------------------------------------
436
436
437
437
would be of roughly the same length. Finding the change which
You can’t perform that action at this time.
0 commit comments