mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-28 17:15:30 +02:00
16 lines
496 B
Markdown
16 lines
496 B
Markdown
# jj evolog
|
|
|
|
> Show how a change has evolved over time, listing the previous commits it has pointed to.
|
|
> More information: <https://jj-vcs.github.io/jj/latest/cli-reference/#jj-evolog>.
|
|
|
|
- Show how a revision has evolved over time:
|
|
|
|
`jj evolog {{[-r|--revisions]}} {{revsets}}`
|
|
|
|
- Show diff statistics in the evolution log:
|
|
|
|
`jj evolog {{[-r|--revisions]}} {{revsets}} --stat`
|
|
|
|
- Show summary of each change in the evolution log:
|
|
|
|
`jj evolog {{[-r|--revisions]}} {{revsets}} {{[-s|--summary]}}`
|