[PATCH] Documentation: rev-list: change a few instances of "git-cmd" to "git cmd"

Previous thread: [PATCH] git send-email: edit recipient addresses with the --compose flag by Ian Hilt on Sunday, November 9, 2008 - 8:59 am. (17 messages)

Next thread: [PATCH] Documentation: bisect: change a few instances of "git-cmd" to "git cmd" by Christian Couder on Sunday, November 9, 2008 - 9:53 am. (1 message)
To: Junio C Hamano <gitster@...>
Cc: <git@...>
Date: Sunday, November 9, 2008 - 9:46 am

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
---
Documentation/rev-list-options.txt | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt
index 966276b..68a253f 100644
--- a/Documentation/rev-list-options.txt
+++ b/Documentation/rev-list-options.txt
@@ -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
@@ -466,14 +466,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
--
1.6.0.3.614.g0f3b9

--

Previous thread: [PATCH] git send-email: edit recipient addresses with the --compose flag by Ian Hilt on Sunday, November 9, 2008 - 8:59 am. (17 messages)

Next thread: [PATCH] Documentation: bisect: change a few instances of "git-cmd" to "git cmd" by Christian Couder on Sunday, November 9, 2008 - 9:53 am. (1 message)