commands.sh

jj evolog

all

Show how a change has evolved over time, listing the previous commits it has pointed to.

More info →

Options (2)

-r, --revisionsboolean

Show how a revision has evolved over time

Example: jj evolog {{[-r|--revisions]}} {{revsets}}
-s, --summaryboolean

Show summary of each change in the evolution log

Example: jj evolog {{[-r|--revisions]}} {{revsets}} {{[-s|--summary]}}

Examples (3)

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]
made by @shridhargupta | data from tldr-pages