Skip to content

Commit

Permalink
Documentation: rev-list: change a few instances of "git-cmd" to "git …
Browse files Browse the repository at this point in the history
…cmd"

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Christian Couder authored and Junio C Hamano committed Nov 9, 2008
1 parent 323e00f commit 6514aa3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Documentation/rev-list-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ See also linkgit:git-reflog[1].
History Simplification
~~~~~~~~~~~~~~~~~~~~~~

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

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

-----------------------------------------------------------------------
$ git-rev-list --bisect foo ^bar ^baz
$ git rev-list --bisect foo ^bar ^baz
-----------------------------------------------------------------------

outputs 'midpoint', the output of the two commands

-----------------------------------------------------------------------
$ git-rev-list foo ^midpoint
$ git-rev-list midpoint ^bar ^baz
$ git rev-list foo ^midpoint
$ git rev-list midpoint ^bar ^baz
-----------------------------------------------------------------------

would be of roughly the same length. Finding the change which
Expand Down

0 comments on commit 6514aa3

Please sign in to comment.