1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 10:35:33 +02:00
tldr/pages/common/jj-evolog.md
Agam Agarwal a8619a922f
jj-{absorb, evolog, restore}: add pages (#17129)
* jj-evolog: add page

* jj-absorb: add page

* jj-restore: add page

* Fix typo in jj-restore

---------

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
2025-07-05 16:45:41 +02:00

490 B

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|--revision]}} {{revset}}

  • Show diff statistics in the evolution log:

jj evolog {{[-r|--revision]}} {{revset}} --stat

  • Show summary of each change in the evolution log:

jj evolog {{[-r|--revision]}} {{revset}} {{[-s|--summary]}}