2025-07-24 22:27:13 -06:00
|
|
|
# jj log
|
|
|
|
|
|
|
|
|
|
> Show revision history as a graph.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://docs.jj-vcs.dev/latest/cli-reference/#jj-log>.
|
2025-07-24 22:27:13 -06:00
|
|
|
|
|
|
|
|
- Show revision history as a graph:
|
|
|
|
|
|
|
|
|
|
`jj log`
|
|
|
|
|
|
|
|
|
|
- Show only given revsets (e.g. `B::D`, `A..D`, `B|C|D`, etc.):
|
|
|
|
|
|
|
|
|
|
`jj log {{[-r|--revisions]}} {{revsets}}`
|
|
|
|
|
|
|
|
|
|
- Show log with a particular template for each line (e.g. 5 characters of commit hash and author):
|
|
|
|
|
|
|
|
|
|
`jj log {{[-T|--template]}} 'commit_id.shortest(5) ++ " " ++ author'`
|