jj-log(1) General Commands Manual jj-log(1) NAME jj-log - Show revision history SYNOPSIS jj log [-r|--revision] [-R|--repository] [--ignore-working-copy] [-n|--limit] [--no-integrate-operation] [--reversed] [-G|--no-graph] [--ignore-immutable] [--at-operation] [-T|--template] [--debug] [-p|--patch] [--color] [--count] [--quiet] [-s|--summary] [--no-pager] [--stat] [--config] [--types] [--config-file] [--name-only] [--git] [--color-words] [--tool] [--context] [--ignore-all-space] [--ignore-space-change] [-h|--help] [FILESETS] DESCRIPTION Show revision history Renders a graphical view of the project's 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. [`jj help -k revsets`]: https://docs.jj-vcs.dev/latest/revsets/ Spans of revisions that are not included in the graph per `--revisions` are rendered as a synthetic node labeled "(elided revisions)". The working-copy commit is indicated by a `@` symbol in the graph. [Immutable revisions] have a `` symbol. Other commits have a `O` symbol. All of these symbols can be [customized]. [Immutable revisions]: https://docs.jj-vcs.dev/latest/config/#set-of-immutable-commits [customized]: https://docs.jj-vcs.dev/latest/config/#node-style OPTIONS -r, --revision Which revisions to show If no paths nor revisions are specified, this defaults to the `revsets.log` setting. -n, --limit Limit number of revisions to show Applied after revisions are filtered and reordered topologically, but before being reversed. --reversed Show revisions in the opposite order (older revisions first) -G, --no-graph Show a flat list of revisions instead of a graph -T, --template