Code

Merge branch 'jk/maint-diffstat-overflow'
[git.git] / Documentation / git-rev-list.txt
index f85711676b2320a739014070b6b3486919925c5e..173f3fc78599f268c1e483c4d1abe51e95ad0e59 100644 (file)
@@ -9,7 +9,7 @@ git-rev-list - Lists commit objects in reverse chronological order
 SYNOPSIS
 --------
 [verse]
-'git-rev-list' [ \--max-count=number ]
+'git rev-list' [ \--max-count=number ]
             [ \--skip=number ]
             [ \--max-age=timestamp ]
             [ \--min-age=timestamp ]
@@ -22,8 +22,8 @@ SYNOPSIS
             [ \--not ]
             [ \--all ]
             [ \--branches[=pattern] ]
-            [ \--tags=[pattern] ]
-            [ \--remotes=[pattern] ]
+            [ \--tags[=pattern] ]
+            [ \--remotes[=pattern] ]
             [ \--glob=glob-pattern ]
             [ \--stdin ]
             [ \--quiet ]
@@ -94,8 +94,8 @@ between the two operands.  The following two commands are equivalent:
 'rev-list' is a very essential git command, since it
 provides the ability to build and traverse commit ancestry graphs. For
 this reason, it has a lot of different options that enables it to be
-used by commands as different as 'git-bisect' and
-'git-repack'.
+used by commands as different as 'git bisect' and
+'git repack'.
 
 OPTIONS
 -------