summaryrefslogtreecommitdiffstats
path: root/rev-list-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-11-10 00:08:57 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-11-10 00:08:57 +0000
commit175a1bdd87499aaaceb7c4a49a872797117ab16c (patch)
tree04a13f37f09a4ff816fb78b5cd52a6572815514a /rev-list-options.txt
parent08e02ae51d6a089e948282d7e69ca090f1a8dabd (diff)
downloadgit-htmldocs-175a1bdd87499aaaceb7c4a49a872797117ab16c.tar.gz
Autogenerated HTML docs for v1.6.0.4-608-ga9645
Diffstat (limited to 'rev-list-options.txt')
-rw-r--r--rev-list-options.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/rev-list-options.txt b/rev-list-options.txt
index 966276b16..68a253f97 100644
--- a/rev-list-options.txt
+++ b/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