(created/git2cpp/rev-list.md)=
# git2cpp rev-list

```{parsed-literal}
Lists commit objects in reverse chronological order


git2cpp rev-list [OPTIONS] [&lt;commit&gt;]


POSITIONALS:
&nbsp; &lt;commit&gt; TEXT

OPTIONS:
&nbsp; -h,     --help              Print this help message and exit
&nbsp; -n,     --max-count INT     Limit the output to &lt;number&gt; commits.
```
