Autogenerated man pages for 026351a03507dc3a2e89e068c01234dc55914df2
[git.git] / man1 / git-rev-list.1
index a059d99..6b971f1 100755 (executable)
 git-rev-list \- Lists commit objects in reverse chronological order
 .SH "SYNOPSIS"
 
-
-git\-rev\-list [ \-\-max\-count=number ] [ \-\-max\-age=timestamp ] [ \-\-min\-age=timestamp ] [ \-\-sparse ] [ \-\-no\-merges ] [ \-\-all ] [ [ \-\-merge\-order [ \-\-show\-breaks ] ] | [ \-\-topo\-order ] | ] [ \-\-parents ] [ \-\-objects [ \-\-unpacked ] ] [ \-\-pretty | \-\-header | ] [ \-\-bisect ] <commit>... [ \-\- <paths>... ]
+.nf
+git\-rev\-list [ \-\-max\-count=number ]
+             [ \-\-max\-age=timestamp ]
+             [ \-\-min\-age=timestamp ]
+             [ \-\-sparse ]
+             [ \-\-no\-merges ]
+             [ \-\-all ]
+             [ [ \-\-merge\-order [ \-\-show\-breaks ] ] | [ \-\-topo\-order ] ]
+             [ \-\-parents ]
+             [ \-\-objects [ \-\-unpacked ] ]
+             [ \-\-pretty | \-\-header ]
+             [ \-\-bisect ]
+             <commit>... [ \-\- <paths>... ]
+.fi
 
 .SH "DESCRIPTION"
 
@@ -109,7 +121,7 @@ Commits marked with (=) represent the boundaries of minimal, non\-linear epochs
 
 Commits marked with (|) are direct parents of commits immediately preceding the marked commit in the list\&.
 
-Commits marked with (^) are not parents of the immediately preceding commit\&. These "breaks" represent necessary discontinuities implied by trying to represent an arbtirary DAG in a linear form\&.
+Commits marked with (^) are not parents of the immediately preceding commit\&. These "breaks" represent necessary discontinuities implied by trying to represent an arbitrary DAG in a linear form\&.
 
 \-\-show\-breaks is only valid if \-\-merge\-order is also specified\&.