HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

jj evolog — Show how a change has evolved over time, listing the previous commits it has pointed to. More inform

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandjj evologshowclichangeevolvedhashow

Problem

How to use the jj evolog command: Show how a change has evolved over time, listing the previous commits it has pointed to. More information: <https://docs.jj-vcs.dev/latest/cli-reference/#jj-evolog>.

Solution

jj evolog — Show how a change has evolved over time, listing the previous commits it has pointed to. More information: <https://docs.jj-vcs.dev/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]}}

Code Snippets

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]}}

Context

tldr-pages: common/jj evolog

Revisions (0)

No revisions yet.