2025-07-24 22:27:13 -06:00
|
|
|
# jj evolog
|
|
|
|
|
|
|
|
|
|
> Show how a change has evolved over time, listing the previous commits it has pointed to.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://docs.jj-vcs.dev/latest/cli-reference/#jj-evolog>.
|
2025-07-24 22:27:13 -06:00
|
|
|
|
|
|
|
|
- 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]}}`
|