snippetbashTip
jj evolog — Show how a change has evolved over time, listing the previous commits it has pointed to. More inform
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}} --statShow 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}} --statShow 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.