.ie \n(.g .ds Aq \(aq .el .ds Aq ' .TH jj-log 1 "log " .SH NAME jj\-log \- Show revision history .SH SYNOPSIS \fBjj log\fR [\fB\-r\fR|\fB\-\-revisions\fR] [\fB\-n\fR|\fB\-\-limit\fR] [\fB\-\-reversed\fR] [\fB\-\-no\-graph\fR] [\fB\-T\fR|\fB\-\-template\fR] [\fB\-p\fR|\fB\-\-patch\fR] [\fB\-s\fR|\fB\-\-summary\fR] [\fB\-\-stat\fR] [\fB\-\-types\fR] [\fB\-\-name\-only\fR] [\fB\-\-git\fR] [\fB\-\-color\-words\fR] [\fB\-\-tool\fR] [\fB\-\-context\fR] [\fB\-\-ignore\-all\-space\fR] [\fB\-\-ignore\-space\-change\fR] [\fB\-R\fR|\fB\-\-repository\fR] [\fB\-\-ignore\-working\-copy\fR] [\fB\-\-ignore\-immutable\fR] [\fB\-\-at\-operation\fR] [\fB\-\-debug\fR] [\fB\-\-color\fR] [\fB\-\-quiet\fR] [\fB\-\-no\-pager\fR] [\fB\-\-config\fR] [\fB\-\-config\-file\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fIFILESETS\fR] .SH DESCRIPTION Show revision history .PP Renders a graphical view of the project\*(Aqs history, ordered with children before parents. By default, the output only includes mutable revisions, along with some additional revisions for context. Use `jj log \-r ::` to see all revisions. See [`jj help \-k revsets`] for information about the syntax. .PP [`jj help \-k revsets`]: https://jj\-vcs.github.io/jj/latest/revsets/ .PP Spans of revisions that are not included in the graph per `\-\-revisions` are rendered as a synthetic node labeled "(elided revisions)". .PP The working\-copy commit is indicated by a `@` symbol in the graph. [Immutable revisions] have a `◆` symbol. Other commits have a `○` symbol. All of these symbols can be [customized]. .PP [Immutable revisions]: https://jj\-vcs.github.io/jj/latest/config/#set\-of\-immutable\-commits .PP [customized]: https://jj\-vcs.github.io/jj/latest/config/#node\-style .SH OPTIONS .TP \fB\-r\fR, \fB\-\-revisions\fR \fI\fR Which revisions to show If no paths nor revisions are specified, this defaults to the `revsets.log` setting. .TP \fB\-n\fR, \fB\-\-limit\fR \fI\fR Limit number of revisions to show Applied after revisions are filtered and reordered topologically, but before being reversed. .TP \fB\-\-reversed\fR Show revisions in the opposite order (older revisions first) .TP \fB\-\-no\-graph\fR Don\*(Aqt show the graph, show a flat list of revisions .TP \fB\-T\fR, \fB\-\-template\fR \fI