2025-07-05 20:15:41 +05:30
|
|
|
# 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:
|
|
|
|
|
2025-07-07 21:48:08 +05:30
|
|
|
`jj evolog {{[-r|--revisions]}} {{revsets}}`
|
2025-07-05 20:15:41 +05:30
|
|
|
|
|
|
|
- Show diff statistics in the evolution log:
|
|
|
|
|
2025-07-07 21:48:08 +05:30
|
|
|
`jj evolog {{[-r|--revisions]}} {{revsets}} --stat`
|
2025-07-05 20:15:41 +05:30
|
|
|
|
|
|
|
- Show summary of each change in the evolution log:
|
|
|
|
|
2025-07-07 21:48:08 +05:30
|
|
|
`jj evolog {{[-r|--revisions]}} {{revsets}} {{[-s|--summary]}}`
|